Canboat ts-pgns
    Preparing search index...

    Interface PGN_126208_NmeaCommandGroupFunctionInterface

    PGN: 126208

    Description: NMEA - Command group function

    Explanation: This is the Command variation of this group function PGN. This instructs the receiver to modify its internal state for the passed parameters. The receiver shall reply with an Acknowledge reply.

    Match: Function Code == Command

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