libcoap 4.3.5-develop-783b531
Loading...
Searching...
No Matches
coap_upa_chain_t Struct Reference

#include <coap_uri_internal.h>

+ Collaboration diagram for coap_upa_chain_t:

Data Fields

struct coap_upa_chain_tnext
 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 '/')
 

Detailed Description

Definition at line 38 of file coap_uri_internal.h.

Field Documentation

◆ next

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.

◆ upa_path

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.

◆ upa_value

uint32_t coap_upa_chain_t::upa_value

The Uri-Path-Abbrev option value.

Definition at line 40 of file coap_uri_internal.h.


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