Expand description
An abstracted C API used for everything else.
Structs§
Functions§
- rdxusb_
close_ all_ devices - Closes all device handles.
- rdxusb_
close_ device - Closes the specified device, and stops reading from it.
- rdxusb_
force_ scan_ devices - Forces the RdxUsb event loop to rescan USB devices.
- rdxusb_
free_ device_ iterator - Frees a device iterator.
- rdxusb_
get_ device_ in_ iterator - Gets a device by index in an iterator.
- rdxusb_
new_ device_ iterator - Creates a new USB device iterator.
- rdxusb_
open_ device - Directs rdxusb to open an RdxUsb-compatible device with the associated vid/pid/serial number tuple.
- rdxusb_
read_ packets - Reads packets into the specified buffer.
- rdxusb_
write_ packets - Writes packets from the specified buffer.