|
libserialport 0.1.2
cross-platform library for accessing serial ports
|
A set of handles to wait on for events. More...
#include <libserialport.h>
Data Fields | |
| void * | handles |
| Array of OS-specific handles. | |
| enum sp_event * | masks |
| Array of bitmasks indicating which events apply for each handle. | |
| unsigned int | count |
| Number of handles. | |
A set of handles to wait on for events.
Definition at line 472 of file libserialport.h.
| unsigned int sp_event_set::count |
Number of handles.
Definition at line 478 of file libserialport.h.
| void* sp_event_set::handles |
Array of OS-specific handles.
Definition at line 474 of file libserialport.h.
| enum sp_event* sp_event_set::masks |
Array of bitmasks indicating which events apply for each handle.
Definition at line 476 of file libserialport.h.