LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
libusb_pollfd Struct Reference

#include <libusb.h>

Data Fields

int fd
 
short events
 

Detailed Description

File descriptor for polling

Definition at line 1198 of file libusb.h.

Field Documentation

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.

Definition at line 1206 of file libusb.h.

int fd

Numeric file descriptor

Definition at line 1200 of file libusb.h.


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