|
libcoap 4.3.5-develop-7be2515
|
CoAP union for binary, string etc. More...
#include <coap_str.h>
Collaboration diagram for coap_str_bin_union_t:Data Fields | |
| coap_string_t | st |
| coap_str_const_t | sc |
| coap_binary_t | bt |
| coap_bin_const_t | bc |
CoAP union for binary, string etc.
Definition at line 73 of file coap_str.h.
| coap_bin_const_t coap_str_bin_union_t::bc |
Definition at line 77 of file coap_str.h.
| coap_binary_t coap_str_bin_union_t::bt |
Definition at line 76 of file coap_str.h.
| coap_str_const_t coap_str_bin_union_t::sc |
Definition at line 75 of file coap_str.h.
| coap_string_t coap_str_bin_union_t::st |
Definition at line 74 of file coap_str.h.