Canboat ts-pgns
    Preparing search index...

    Interface PGN_126720Interface

    PGN: 126720

    Description: 0x1EF00: Manufacturer Proprietary fast-packet addressed

    Explanation: Manufacturer Proprietary PGNs in PDU1 (addressed) fast-packet PGN 0x1EF00 (126720).When this is shown during analysis it means the PGN is not reverse engineered yet.

    interface PGN_126720Interface {
        description?: string;
        dst: number;
        fields: PGN_126720Fields;
        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