libcoap 4.3.5-develop-19cef11
|
CoAP binary data definition. More...
#include <coap_str.h>
Data Fields | |
size_t | length |
length of binary data More... | |
uint8_t * | s |
binary data More... | |
CoAP binary data definition.
Definition at line 56 of file coap_str.h.
size_t coap_binary_t::length |
length of binary data
Definition at line 57 of file coap_str.h.
uint8_t* coap_binary_t::s |
binary data
Definition at line 58 of file coap_str.h.