Canboat ts-pgns
    Preparing search index...

    Interface PGN_60160Interface

    PGN: 60160

    Description: ISO Transport Protocol, Data Transfer

    Explanation: ISO 11783 defines this PGN as part of the Transport Protocol method used for transmitting messages that have 9 or more data bytes. This PGN represents a single packet of a multipacket message.

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