Embedded TCP/IP stack
4.7.0
|
Socket poll structure used by fnet_socket_poll(). More...
Data Fields | |
fnet_socket_t | s |
Socket descriptor. If its value is zero, it is ignored. More... | |
fnet_socket_event_t | events |
A bit mask specifying the events the application is interested in. More... | |
fnet_socket_event_t | events_occurred |
A bit mask specifying the events that actually occurred. It is filled by by the fnet_socket_poll() and can include any event specified in the events field. More... | |
Socket poll structure used by fnet_socket_poll().
Definition at line 710 of file fnet_socket.h.