Embedded32 API
    Preparing search index...

    Interface CANPortEvents

    CAN Port Events

    interface CANPortEvents {
        connected: () => void;
        disconnected: () => void;
        error: (error: Error) => void;
        frame: (frame: CANFrame) => void;
    }
    Index
    connected: () => void
    disconnected: () => void
    error: (error: Error) => void
    frame: (frame: CANFrame) => void