Canboat ts-pgns
    Preparing search index...

    Interface PGN_126998Interface

    PGN: 126998

    Description: Configuration Information

    Explanation: Free-form alphanumeric fields describing the installation (e.g., starboard engine room location) of the device and installation notes (e.g., calibration data).

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