Canboat ts-pgns
    Preparing search index...

    Interface PGN_126992Interface

    PGN: 126992

    Description: System Time

    Explanation: The purpose of this PGN is twofold: To provide a regular transmission of UTC time and date. To provide synchronism for measurement data.

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