Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
coap_client_tcp_event_data Union Reference

Event data for CoAP TCP signaling events. More...

#include <zephyr/net/coap_client_tcp.h>

Data Fields

struct { 
   const char *   alt_addr 
 Alternative address to reconnect (NULL if not provided). More...
   uint32_t   hold_off_sec 
 Hold-off time in seconds before reconnecting. More...
release
 Data for RELEASE event.
struct { 
   uint16_t   bad_csm_option 
 Bad CSM option code that caused abort (0 if not provided). More...
abort
 Data for ABORT event.

Detailed Description

Event data for CoAP TCP signaling events.

Field Documentation

◆ [struct]

struct { ... } coap_client_tcp_event_data::abort

Data for ABORT event.

◆ alt_addr

const char* coap_client_tcp_event_data::alt_addr

Alternative address to reconnect (NULL if not provided).

◆ bad_csm_option

uint16_t coap_client_tcp_event_data::bad_csm_option

Bad CSM option code that caused abort (0 if not provided).

◆ hold_off_sec

uint32_t coap_client_tcp_event_data::hold_off_sec

Hold-off time in seconds before reconnecting.

◆ [struct]

struct { ... } coap_client_tcp_event_data::release

Data for RELEASE event.


The documentation for this union was generated from the following file: