Canboat ts-pgns
    Preparing search index...

    Interface PGN_126208_NmeaWriteFieldsReplyGroupFunctionInterface

    PGN: 126208

    Description: NMEA - Write Fields reply group function

    Explanation: This is the Write Fields Reply variation of this group function PGN. The receiver is responding to a Write Fields request. This PGN is special as it contains two sets of repeating fields, and the fields that contain the information how many repetitions there are do not have a fixed offset in the PGN as the fields 3 to 5 are only present if field 2 is for a proprietary PGN

    Match: Function Code == Write Fields Reply

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

    Hierarchy

    • PGNInterface
      • PGN_126208_NmeaWriteFieldsReplyGroupFunctionInterface

    Implemented by

    Index

    Properties

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

    Methods