libusb_pollfd

File descriptor for polling

extern (C)
struct libusb_pollfd {}

Members

Variables

events
short 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.

fd
int fd;

Numeric file descriptor

Meta