nrfxlib API 2.8.99
|
Data types and defines for use with nrf_poll(). More...
Data Structures | |
struct | nrf_pollfd |
This structure is used to describe which events to poll for a given socket. More... | |
struct | nrf_modem_pollcb |
Macros | |
#define | NRF_POLLIN 0x1 |
#define | NRF_POLLOUT 0x4 |
#define | NRF_POLLERR 0x8 |
#define | NRF_POLLHUP 0x10 |
#define | NRF_POLLNVAL 0x20 |
Typedefs | |
typedef void(* | nrf_modem_pollcb_t) (struct nrf_pollfd *pollfd) |
Data types and defines for use with nrf_poll().