libcoap  4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Fields
coap_dynamic_uri_t Struct Reference

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 []
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: