|
|
libusb_device_handle * | device_handle |
| |
|
int | input_endpoint |
| |
|
int | output_endpoint |
| |
|
int | input_ep_max_packet_size |
| |
|
int | interface |
| |
|
int | manufacturer_index |
| |
|
int | product_index |
| |
|
int | serial_index |
| |
|
int | blocking |
| |
|
pthread_t | thread |
| |
|
pthread_mutex_t | mutex |
| |
|
pthread_cond_t | condition |
| |
|
pthread_barrier_t | barrier |
| |
|
int | shutdown_thread |
| |
|
int | cancelled |
| |
|
struct libusb_transfer * | transfer |
| |
|
struct input_report * | input_reports |
| |
|
IOHIDDeviceRef | device_handle |
| |
|
int | uses_numbered_reports |
| |
|
int | disconnected |
| |
|
CFStringRef | run_loop_mode |
| |
|
CFRunLoopRef | run_loop |
| |
|
CFRunLoopSourceRef | source |
| |
|
uint8_t * | input_report_buf |
| |
|
CFIndex | max_input_report_len |
| |
|
pthread_barrier_t | shutdown_barrier |
| |
The documentation for this struct was generated from the following files:
- dependencies/build/hidapi/hid-libusb.c
- dependencies/build/hidapi/hid-mac.c