|
libcoap 4.3.5-develop-783b531
|
#include <coap_uri_internal.h>
Collaboration diagram for coap_upa_chain_t:Data Fields | |
| struct coap_upa_chain_t * | next |
| Next entry in the chain. | |
| uint32_t | upa_value |
| The Uri-Path-Abbrev option value. | |
| char * | upa_path |
| The Uri-Path-Abbrev option path representation (withouot the leading '/') | |
Definition at line 38 of file coap_uri_internal.h.
| struct coap_upa_chain_t* coap_upa_chain_t::next |
Next entry in the chain.
Definition at line 39 of file coap_uri_internal.h.
| char* coap_upa_chain_t::upa_path |
The Uri-Path-Abbrev option path representation (withouot the leading '/')
Definition at line 41 of file coap_uri_internal.h.
| uint32_t coap_upa_chain_t::upa_value |
The Uri-Path-Abbrev option value.
Definition at line 40 of file coap_uri_internal.h.