Canboat ts-pgns
    Preparing search index...

    Interface PGN_130310Interface

    PGN: 130310

    Description: Environmental Parameters (obsolete)

    Explanation: This PGN was succeeded by PGN 130310, but it should no longer be generated and separate PGNs in range 130312..130315 should be used

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