libcoap 4.3.5-develop-19cef11
|
Representation of chained list of CoAP options to install. More...
#include <coap_option.h>
Data Fields | |
struct coap_optlist_t * | next |
next entry in the optlist chain More... | |
uint16_t | number |
the option number (no delta coding) More... | |
size_t | length |
the option value length More... | |
uint8_t * | data |
the option data More... | |
Representation of chained list of CoAP options to install.
Definition at line 325 of file coap_option.h.
uint8_t* coap_optlist_t::data |
the option data
Definition at line 329 of file coap_option.h.
size_t coap_optlist_t::length |
the option value length
Definition at line 328 of file coap_option.h.
struct coap_optlist_t* coap_optlist_t::next |
next entry in the optlist chain
Definition at line 326 of file coap_option.h.
uint16_t coap_optlist_t::number |
the option number (no delta coding)
Definition at line 327 of file coap_option.h.