Zephyr API 3.6.99
|
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. | |
Represents the handler for the reply of a request, it is also used when observing resources.
int coap_reply::age |
Reply age.
uint16_t coap_reply::id |
Reply id.
coap_reply_t coap_reply::reply |
CoAP reply callback.
uint8_t coap_reply::tkl |
Extended token length.
uint8_t coap_reply::token[8] |
Reply token.
void* coap_reply::user_data |
User specific opaque data.