|
libcoap
4.2.1
|
Representation of chained list of CoAP options to install. More...
#include <option.h>
Collaboration diagram for coap_optlist_t: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.
| struct coap_optlist_t* coap_optlist_t::next |
| uint16_t coap_optlist_t::number |