libcoap 4.3.5-develop-19cef11
coap_proxy_req_t Struct Reference

#include <coap_proxy_internal.h>

+ Collaboration diagram for coap_proxy_req_t:

Data Fields

coap_pdu_tpdu
 
coap_resource_tresource
 
coap_session_tincoming
 
coap_bin_const_ttoken_used
 
coap_cache_key_tcache_key
 

Detailed Description

Definition at line 29 of file coap_proxy_internal.h.

Field Documentation

◆ cache_key

coap_cache_key_t* coap_proxy_req_t::cache_key

Definition at line 34 of file coap_proxy_internal.h.

◆ incoming

coap_session_t* coap_proxy_req_t::incoming

Definition at line 32 of file coap_proxy_internal.h.

◆ pdu

coap_pdu_t* coap_proxy_req_t::pdu

Definition at line 30 of file coap_proxy_internal.h.

◆ resource

coap_resource_t* coap_proxy_req_t::resource

Definition at line 31 of file coap_proxy_internal.h.

◆ token_used

coap_bin_const_t* coap_proxy_req_t::token_used

Definition at line 33 of file coap_proxy_internal.h.


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