Public Attributes | |
| pthread_barrier_t | barrier |
| int | blocking |
| pthread_cond_t | condition |
| IOHIDDeviceRef | device_handle |
| int | disconnected |
| uint8_t * | input_report_buf |
| struct input_report * | input_reports |
| CFIndex | max_input_report_len |
| pthread_mutex_t | mutex |
| CFRunLoopRef | run_loop |
| CFStringRef | run_loop_mode |
| pthread_barrier_t | shutdown_barrier |
| int | shutdown_thread |
| CFRunLoopSourceRef | source |
| pthread_t | thread |
| int | uses_numbered_reports |
Definition at line 84 of file hidapi.cpp.
| pthread_barrier_t hid_device_::barrier |
Definition at line 99 of file hidapi.cpp.
| int hid_device_::blocking |
Definition at line 86 of file hidapi.cpp.
| pthread_cond_t hid_device_::condition |
Definition at line 98 of file hidapi.cpp.
| IOHIDDeviceRef hid_device_::device_handle |
Definition at line 85 of file hidapi.cpp.
| int hid_device_::disconnected |
Definition at line 88 of file hidapi.cpp.
| uint8_t* hid_device_::input_report_buf |
Definition at line 92 of file hidapi.cpp.
| struct input_report* hid_device_::input_reports |
Definition at line 94 of file hidapi.cpp.
| CFIndex hid_device_::max_input_report_len |
Definition at line 93 of file hidapi.cpp.
| pthread_mutex_t hid_device_::mutex |
Definition at line 97 of file hidapi.cpp.
| CFRunLoopRef hid_device_::run_loop |
Definition at line 90 of file hidapi.cpp.
| CFStringRef hid_device_::run_loop_mode |
Definition at line 89 of file hidapi.cpp.
| pthread_barrier_t hid_device_::shutdown_barrier |
Definition at line 100 of file hidapi.cpp.
| int hid_device_::shutdown_thread |
Definition at line 101 of file hidapi.cpp.
| CFRunLoopSourceRef hid_device_::source |
Definition at line 91 of file hidapi.cpp.
| pthread_t hid_device_::thread |
Definition at line 96 of file hidapi.cpp.
| int hid_device_::uses_numbered_reports |
Definition at line 87 of file hidapi.cpp.