Canboat ts-pgns
    Preparing search index...

    Interface PGN_61440Interface

    PGN: 61440

    Description: 0xF000-0xFEFF: Standardized single-frame non-addressed

    Explanation: PGNs in PDU2 (non-addressed) single-frame PGN range 0xF000 to 0xFEFF (61440 - 65279). When this is shown during analysis it means the PGN is not reverse engineered yet.

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