CoAP resource request handler context. More...
CoAP resource request handler context.
Definition at line 354 of file nanocoap.h.
#include <nanocoap.h>
Data Fields | ||
| const coap_resource_t * | resource | |
| resource of the request | ||
| union { | ||
| sock_udp_ep_t * remote_udp | ||
| remote UDP endpoint of the request More... | ||
| sock_udp_ep_t * remote | ||
| deprecated alias for request_udp More... | ||
| }; | ||
| union { | ||
| sock_udp_ep_t * local_udp | ||
| local UDP endpoint of the request More... | ||
| sock_udp_ep_t * local | ||
| deprecated alias for local_udp More... | ||
| }; | ||
| uint32_t | tl_type | |
| transport the packet was received over | ||
| sock_udp_ep_t* _coap_request_ctx::local |
deprecated alias for local_udp
Definition at line 363 of file nanocoap.h.
| sock_udp_ep_t* _coap_request_ctx::local_udp |
local UDP endpoint of the request
Definition at line 362 of file nanocoap.h.
| sock_udp_ep_t* _coap_request_ctx::remote |
deprecated alias for request_udp
Definition at line 358 of file nanocoap.h.
| sock_udp_ep_t* _coap_request_ctx::remote_udp |
remote UDP endpoint of the request
Definition at line 357 of file nanocoap.h.
| const coap_resource_t* _coap_request_ctx::resource |
resource of the request
Definition at line 355 of file nanocoap.h.
| uint32_t _coap_request_ctx::tl_type |
transport the packet was received over
Definition at line 373 of file nanocoap.h.