|
libusb-1.0
|
#include <libusb.h>
Public Attributes | |
| int | fd |
| short | events |
File descriptor for polling
| short libusb_pollfd::events |
Event flags to poll for from <poll.h>. POLLIN indicates that you should monitor this file descriptor for becoming ready to read from, and POLLOUT indicates that you should monitor this file descriptor for nonblocking write readiness.
| int libusb_pollfd::fd |
Numeric file descriptor
1.8.13