Canboat ts-pgns
    Preparing search index...

    Interface PGN_60416_IsoTransportProtocolConnectionManagementEndOfMessageInterface

    PGN: 60416

    Description: ISO Transport Protocol, Connection Management - End Of Message

    Explanation: ISO 11783 defines this group function PGN as part of the Transport Protocol method used for transmitting messages that have 9 or more data bytes. This PGN's role in the transport process is to mark the end of the message.

    Match: Group Function Code == EOM

    interface PGN_60416_IsoTransportProtocolConnectionManagementEndOfMessageInterface {
        description?: string;
        dst: number;
        fields: PGN_60416_IsoTransportProtocolConnectionManagementEndOfMessageFields;
        input?: string[];
        pgn: number;
        prio: number;
        src?: number;
        timestamp?: string;
        getDefinition(): Definition;
    }

    Hierarchy

    • PGNInterface
      • PGN_60416_IsoTransportProtocolConnectionManagementEndOfMessageInterface

    Implemented by

    Index

    Properties

    description?: string
    dst: number
    input?: string[]
    pgn: number
    prio: number
    src?: number
    timestamp?: string

    Methods