Canboat ts-pgns
    Preparing search index...

    Interface PGN_126208_NmeaReadFieldsGroupFunctionInterface

    PGN: 126208

    Description: NMEA - Read Fields group function

    Explanation: This is the Read Fields variation of this group function PGN. The receiver shall respond by sending a Read Reply variation of this PGN, containing the desired values. 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 == Read Fields

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