Loading...
Searching...
No Matches
nanocoap_server_response_ctx_t Struct Reference

Context from CoAP request for separate response. More...

Detailed Description

Context from CoAP request for separate response.

Definition at line 227 of file nanocoap_sock.h.

#include <nanocoap_sock.h>

Data Fields

sock_udp_ep_t remote
 remote to send response to

 
sock_udp_ep_t local
 local from which to send response

 
uint8_t token [COAP_TOKEN_LENGTH_MAX]
 request token

 
uint8_t tkl
 request token length

 
uint8_t no_response
 no-response bitmap

 

Field Documentation

◆ local

sock_udp_ep_t nanocoap_server_response_ctx_t::local

local from which to send response

Definition at line 230 of file nanocoap_sock.h.

◆ no_response

uint8_t nanocoap_server_response_ctx_t::no_response

no-response bitmap

Definition at line 234 of file nanocoap_sock.h.

◆ remote

sock_udp_ep_t nanocoap_server_response_ctx_t::remote

remote to send response to

Definition at line 228 of file nanocoap_sock.h.

◆ tkl

uint8_t nanocoap_server_response_ctx_t::tkl

request token length

Definition at line 233 of file nanocoap_sock.h.

◆ token

uint8_t nanocoap_server_response_ctx_t::token[COAP_TOKEN_LENGTH_MAX]

request token

Definition at line 232 of file nanocoap_sock.h.


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