libusb-1.0
Public Attributes | List of all members
libusb_pollfd Struct Reference

#include <libusb.h>

Public Attributes

int fd
 
short events
 

Detailed Description

File descriptor for polling

Member Data Documentation

◆ events

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.

◆ fd

int libusb_pollfd::fd

Numeric file descriptor


The documentation for this struct was generated from the following file: