|
libcoap 4.3.5-develop-13abce9
|
Representation of CoAP options. More...
#include <coap_option.h>
Data Fields | |
| uint16_t | delta |
| size_t | length |
| const uint8_t * | value |
Representation of CoAP options.
Definition at line 36 of file coap_option.h.
| uint16_t coap_option_t::delta |
Definition at line 37 of file coap_option.h.
| size_t coap_option_t::length |
Definition at line 38 of file coap_option.h.
| const uint8_t* coap_option_t::value |
Definition at line 39 of file coap_option.h.