nrfxlib API 3.3.99
Loading...
Searching...
No Matches

Allowed values for DTLS connection ID status socket option NRF_SO_SEC_DTLS_CID_STATUS. More...

Macros

#define NRF_SO_SEC_DTLS_CID_STATUS_DISABLED   0
 Disabled - The DTLS connection ID is not included in DTLS records sent to and from the modem. This status is returned before the DTLS handshake is complete.
 
#define NRF_SO_SEC_DTLS_CID_STATUS_DOWNLINK   1
 Downlink - The DTLS connection ID is included only in DTLS records sent to the modem.
 
#define NRF_SO_SEC_DTLS_CID_STATUS_UPLINK   2
 Uplink - The DTLS connection ID is included only in DTLS records sent from the modem.
 
#define NRF_SO_SEC_DTLS_CID_STATUS_BIDIRECTIONAL   3
 Bidirectional - The DTLS connection ID is included in DTLS records sent to and from the modem.
 

Detailed Description

Allowed values for DTLS connection ID status socket option NRF_SO_SEC_DTLS_CID_STATUS.