Canboat ts-pgns
    Preparing search index...

    Interface PGN_126208_NmeaAcknowledgeGroupFunctionInterface

    PGN: 126208

    Description: NMEA - Acknowledge group function

    Explanation: This is the Acknowledge variation of this group function PGN. When a device receives a Command, it will attempt to perform the command (change its parameters) and reply positively or negatively.

    Match: Function Code == Acknowledge

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

    Hierarchy

    • PGNInterface
      • PGN_126208_NmeaAcknowledgeGroupFunctionInterface

    Implemented by

    Index

    Properties

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

    Methods