Canboat ts-pgns
    Preparing search index...

    Interface PGN_65280Interface

    PGN: 65280

    Description: 0xFF00-0xFFFF: Manufacturer Proprietary single-frame non-addressed

    Explanation: Manufacturer proprietary PGNs in PDU2 (non-addressed) single-frame PGN range 0xFF00 to 0xFFFF (65280 - 65535). When this is shown during analysis it means the PGN is not reverse engineered yet.

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