nrfxlib API 3.3.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
 Data other than high-priority data may be read without blocking.
 
#define NRF_POLLOUT   0x4
 Data may be written without blocking.
 
#define NRF_POLLERR   0x8
 An error has occurred (revents only)
 
#define NRF_POLLHUP   0x10
 Device has been disconnected (revents only)
 
#define NRF_POLLNVAL   0x20
 Invalid fd member (revents only)
 

Typedefs

typedef void(* nrf_modem_pollcb_t) (struct nrf_pollfd *pollfd)
 

Detailed Description

Data types and defines for use with nrf_poll().