CoAP resource request handler context. More...
CoAP resource request handler context.
Definition at line 327 of file nanocoap.h.
#include <nanocoap.h>
| Data Fields | |
| const coap_resource_t * | resource | 
| resource of the request | |
| sock_udp_ep_t * | remote | 
| remote endpoint of the request | |
| sock_udp_ep_t * | local | 
| local endpoint of the request | |
| uint32_t | tl_type | 
| transport the packet was received over | |
| sock_udp_ep_t* _coap_request_ctx::local | 
local endpoint of the request
Definition at line 331 of file nanocoap.h.
| sock_udp_ep_t* _coap_request_ctx::remote | 
remote endpoint of the request
Definition at line 329 of file nanocoap.h.
| const coap_resource_t* _coap_request_ctx::resource | 
resource of the request
Definition at line 328 of file nanocoap.h.
| uint32_t _coap_request_ctx::tl_type | 
transport the packet was received over
Definition at line 340 of file nanocoap.h.