This structure is used to store URIs for dynamically allocated resources, usually by POST or PUT. More...
Data Fields | |
UT_hash_handle | hh |
coap_key_t | resource_key |
size_t | length |
unsigned char | data [] |
This structure is used to store URIs for dynamically allocated resources, usually by POST or PUT.
Definition at line 57 of file etsi_iot_01.c.
unsigned char coap_dynamic_uri_t::data[] |
Definition at line 61 of file etsi_iot_01.c.
UT_hash_handle coap_dynamic_uri_t::hh |
Definition at line 58 of file etsi_iot_01.c.
size_t coap_dynamic_uri_t::length |
Definition at line 60 of file etsi_iot_01.c.
coap_key_t coap_dynamic_uri_t::resource_key |
Definition at line 59 of file etsi_iot_01.c.