Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
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 |
Represents the handler for the reply of a request, it is also used when observing resources.
int coap_reply::age |
uint16_t coap_reply::id |
coap_reply_t coap_reply::reply |
uint8_t coap_reply::tkl |
uint8_t coap_reply::token[8] |
void* coap_reply::user_data |