Canboat ts-pgns
    Preparing search index...

    Interface PGN_61184Interface

    PGN: 61184

    Description: 0xEF00: Manufacturer Proprietary single-frame addressed

    Explanation: Manufacturer proprietary PGNs in PDU1 (addressed) single-frame PGN 0xEF00 (61184). When this is shown during analysis it means the PGN is not reverse engineered yet.

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