libcoap 4.3.5-develop-19cef11
|
#include <coap_pdu.h>
Data Fields | |
uint16_t | key |
unsigned int | length |
Structures for more convenient handling of options. (To be used with ordered coap_list_t.) The option's data will be added to the end of the coap_option structure (see macro COAP_OPTION_DATA).
Definition at line 281 of file coap_pdu.h.
uint16_t coap_option::key |
Definition at line 282 of file coap_pdu.h.
unsigned int coap_option::length |
Definition at line 283 of file coap_pdu.h.