Canboat ts-pgns
    Preparing search index...

    Interface PGN_59904Interface

    PGN: 59904

    Description: ISO Request

    Explanation: As defined by ISO, this message has a data length of 3 bytes with no padding added to complete the single frame. The appropriate response to this message is based on the PGN being requested, and whether the receiver supports the requested PGN.

    interface PGN_59904Interface {
        description?: string;
        dst: number;
        fields: PGN_59904Fields;
        input?: string[];
        pgn: number;
        prio: number;
        src?: number;
        timestamp?: string;
        getDefinition(): Definition;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    description?: string
    dst: number
    input?: string[]
    pgn: number
    prio: number
    src?: number
    timestamp?: string

    Methods