Data Fields | |
UT_hash_handle | hh |
coap_key_t | resource_key |
unsigned int | flags |
size_t | max_data |
uint16_t | media_type |
size_t | length |
unsigned char | data [] |
Definition at line 41 of file etsi_iot_01.c.
unsigned char coap_payload_t::data[] |
Definition at line 48 of file etsi_iot_01.c.
unsigned int coap_payload_t::flags |
Definition at line 44 of file etsi_iot_01.c.
UT_hash_handle coap_payload_t::hh |
Definition at line 42 of file etsi_iot_01.c.
size_t coap_payload_t::length |
Definition at line 47 of file etsi_iot_01.c.
size_t coap_payload_t::max_data |
Definition at line 45 of file etsi_iot_01.c.
uint16_t coap_payload_t::media_type |
Definition at line 46 of file etsi_iot_01.c.
coap_key_t coap_payload_t::resource_key |
Definition at line 43 of file etsi_iot_01.c.