Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
coap_reply Struct Reference

Represents the handler for the reply of a request, it is also used when observing resources. More...

#include <coap.h>

Data Fields

coap_reply_t reply
 CoAP reply callback.
 
void * user_data
 User specific opaque data.
 
int age
 Reply age.
 
uint16_t id
 Reply id.
 
uint8_t token [8]
 Reply token.
 
uint8_t tkl
 Extended token length.
 

Detailed Description

Represents the handler for the reply of a request, it is also used when observing resources.

Field Documentation

◆ age

int coap_reply::age

Reply age.

◆ id

uint16_t coap_reply::id

Reply id.

◆ reply

coap_reply_t coap_reply::reply

CoAP reply callback.

◆ tkl

uint8_t coap_reply::tkl

Extended token length.

◆ token

uint8_t coap_reply::token[8]

Reply token.

◆ user_data

void* coap_reply::user_data

User specific opaque data.


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