Canboat ts-pgns
    Preparing search index...

    Interface PGN_126208Interface

    PGN: 126208

    Description: 0x1ED00 - 0x1EE00: Standardized fast-packet addressed

    Explanation: Standardized PGNs in PDU1 (addressed) fast-packet PGN range 0x1ED00 to 0x1EE00 (126208 - 126464). When this is shown during analysis it means the PGN is not reverse engineered yet.

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