libusb
1.0.27
A cross-platform user library to access USB devices
|
File descriptor for polling. More...
#include <libusb.h>
Data Fields | |
int | fd |
Numeric file descriptor. | |
short | events |
Event flags to poll for from <poll.h>. More... | |
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.