nrfxlib API 2.7.99
Loading...
Searching...
No Matches
Socket polling API

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)
 

Detailed Description

Data types and defines for use with nrf_poll().