|
libcoap 4.3.5-develop-21f09ac
|
Representation of chained list of CoAP options to install. More...
#include <coap_option.h>
Collaboration diagram for coap_optlist_t:Data Fields | |
| struct coap_optlist_t * | next |
| next entry in the optlist chain | |
| uint16_t | number |
| the option number (no delta coding) | |
| size_t | length |
| the option value length | |
| uint8_t * | data |
| the option data | |
Representation of chained list of CoAP options to install.
Definition at line 329 of file coap_option.h.
| uint8_t* coap_optlist_t::data |
the option data
Definition at line 333 of file coap_option.h.
| size_t coap_optlist_t::length |
the option value length
Definition at line 332 of file coap_option.h.
| struct coap_optlist_t* coap_optlist_t::next |
next entry in the optlist chain
Definition at line 330 of file coap_option.h.
| uint16_t coap_optlist_t::number |
the option number (no delta coding)
Definition at line 331 of file coap_option.h.