Canboat ts-pgns
    Preparing search index...

    Interface PGN_59392Interface

    PGN: 59392

    Description: ISO Acknowledgement

    Explanation: This message is provided by ISO 11783 for a handshake mechanism between transmitting and receiving devices. This message is the possible response to acknowledge the reception of a 'normal broadcast' message or the response to a specific command to indicate compliance or failure.

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