|
libcoap 4.3.5
|
CoAP string data definition with const data. More...
#include <coap_str.h>
Data Fields | |
| size_t | length |
| length of string | |
| const uint8_t * | s |
| read-only string data | |
CoAP string data definition with const data.
Definition at line 46 of file coap_str.h.
| size_t coap_str_const_t::length |
length of string
Definition at line 47 of file coap_str.h.
| const uint8_t* coap_str_const_t::s |
read-only string data
Definition at line 48 of file coap_str.h.