LEGO Mindstorms EV3


Data Fields
libusb_pollfd Struct Reference

#include <libusb.h>

Data Fields

int fd
 
short events
 

Detailed Description

File descriptor for polling

Field Documentation

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


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

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group