Embedded32 API
    Preparing search index...

    J1939 Client configuration

    interface J1939ClientConfig {
        debug?: boolean;
        interface: string;
        sourceAddress: number;
        transport?: "socketcan" | "pcan" | "virtual";
    }
    Index
    debug?: boolean

    Enable verbose logging

    interface: string

    CAN interface name

    sourceAddress: number

    This client's source address (0x00-0xFD)

    transport?: "socketcan" | "pcan" | "virtual"

    Transport type (auto-detected if not specified)