Crate rdxusb

Crate rdxusb 

Source

Modules§

c_api
An abstracted C API used for everything else.
event_loop
Integrated tokio-driven event loop that handles hotplug and polling logic automatically. This is the backend used for the C API.
host

Structs§

RdxUsbPacket
Generic data packet passed to/from RdxUsb APIs.

Constants§

MESSAGE_ARB_ID_DEVICE
Specifies the frame is specifically addressed to/from the device.
MESSAGE_ARB_ID_EXT
this bit is true on arbitration IDs RdxUsbFsPacket::arb_id that are extended (29-bit).
MESSAGE_ARB_ID_RTR
this bit is true on arbitration IDs RdxUsbFsPacket::arb_id associated with an RTR frame.