Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
sp_event_set Struct Reference
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. |
Detailed Description
A set of handles to wait on for events.
Definition at line 435 of file libserialport.h.
Field Documentation
unsigned int count |
Number of handles.
Definition at line 441 of file libserialport.h.
void* handles |
Array of OS-specific handles.
Definition at line 437 of file libserialport.h.
enum sp_event* masks |
Array of bitmasks indicating which events apply for each handle.
Definition at line 439 of file libserialport.h.
Generated on Mon Jul 18 2022 19:02:24 by
