Embedded32 API
    Preparing search index...

    Interface PGNInfo

    J1939 Parameter Group Number (PGN) Database

    This is a minimal starting database for common engine/vehicle parameters. Extended database with 500+ PGNs can be added as needed.

    NOTE: Some PGNs in this database are minimal or proprietary for simulation purposes. Always refer to SAE J1939 documentation for authoritative definitions.

    Format: PGN (hex) => { name, length in bytes }

    interface PGNInfo {
        description?: string;
        length: number;
        name: string;
    }
    Index
    description?: string
    length: number
    name: string