libcoap 4.3.5-develop-19cef11
|
CoAP binary data definition with const data. More...
#include <coap_str.h>
Data Fields | |
size_t | length |
length of binary data More... | |
const uint8_t * | s |
read-only binary data More... | |
CoAP binary data definition with const data.
Definition at line 64 of file coap_str.h.
size_t coap_bin_const_t::length |
length of binary data
Definition at line 65 of file coap_str.h.
const uint8_t* coap_bin_const_t::s |
read-only binary data
Definition at line 66 of file coap_str.h.