Canboat ts-pgns
    Preparing search index...

    Interface PGN_126976Interface

    PGN: 126976

    Description: 0x1F000-0x1FEFF: Standardized mixed single/fast packet non-addressed

    Explanation: Standardized PGNs in PDU2 (non-addressed) mixed single/fast packet PGN range 0x1F000 to 0x1FEFF (126976 - 130815). When this is shown during analysis it means the PGN is not reverse engineered yet.

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