Module c_api

Module c_api 

Source
Expand description

An abstracted C API used for everything else.

Structs§

RdxUsbDeviceEntry

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.