nrfxlib API 3.3.99
Loading...
Searching...
No Matches
Socket option values for RAI

Release Assistance Indication (RAI) NRF_SO_RAI. More...

Macros

#define NRF_RAI_NO_DATA   1
 Indicate that the application does not intend to send more data.
 
#define NRF_RAI_LAST   2
 Indicate that the application does not intend to send more data after the next call to nrf_send() or nrf_sendto().
 
#define NRF_RAI_ONE_RESP   3
 Indicate that the application is expecting to receive just one data packet after the next call to nrf_send() or nrf_sendto().
 
#define NRF_RAI_ONGOING   4
 Indicate that the socket is in active use by a client application.
 
#define NRF_RAI_WAIT_MORE   5
 Indicate that the socket is in active use by a server application.
 

Detailed Description

Release Assistance Indication (RAI) NRF_SO_RAI.