Zephyr API Documentation  3.6.99
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
 
void * user_data
 
int age
 
uint16_t id
 
uint8_t token [8]
 
uint8_t tkl
 

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

◆ id

uint16_t coap_reply::id

◆ reply

coap_reply_t coap_reply::reply

◆ tkl

uint8_t coap_reply::tkl

◆ token

uint8_t coap_reply::token[8]

◆ user_data

void* coap_reply::user_data

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