|
EtcPal
HEAD (unstable)
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
A description of an event that occurred on a socket, for usage with etcpal_poll_wait().
Data Fields | |
| etcpal_socket_t | socket |
| Socket which had activity. | |
| etcpal_poll_events_t | events |
| Event(s) that occurred on the socket. | |
| etcpal_error_t | err |
| More information about an error that occurred on the socket. | |
| void * | user_data |
| The user data that was given when this socket was added. | |