libcoap 4.3.5-develop-19cef11
|
CoAP string data definition. More...
#include <coap_str.h>
Data Fields | |
size_t | length |
length of string More... | |
uint8_t * | s |
string data More... | |
CoAP string data definition.
Definition at line 38 of file coap_str.h.
size_t coap_string_t::length |
length of string
Definition at line 39 of file coap_str.h.
uint8_t* coap_string_t::s |
string data
Definition at line 40 of file coap_str.h.