|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
Event data for CoAP TCP signaling events.
| struct { ... } coap_client_tcp_event_data::abort |
Data for ABORT event.
| const char* coap_client_tcp_event_data::alt_addr |
Alternative address to reconnect (NULL if not provided).
| uint16_t coap_client_tcp_event_data::bad_csm_option |
Bad CSM option code that caused abort (0 if not provided).
| uint32_t coap_client_tcp_event_data::hold_off_sec |
Hold-off time in seconds before reconnecting.
| struct { ... } coap_client_tcp_event_data::release |
Data for RELEASE event.