Memo for Observe registration and notifications. More...
#include <gcoap.h>
Data Fields | |
sock_udp_ep_t * | observer |
Client endpoint; unused if null. | |
sock_udp_ep_t * | notifier |
Local endpoint to send notifications. | |
const coap_resource_t * | resource |
Entity being observed. | |
uint8_t | token [GCOAP_TOKENLEN_MAX] |
Client token for notifications. | |
uint16_t | last_msgid |
Message ID of last notification. | |
unsigned | token_len |
Actual length of token attribute. | |
gcoap_socket_t | socket |
Transport type to observer. | |
uint16_t gcoap_observe_memo_t::last_msgid |
sock_udp_ep_t* gcoap_observe_memo_t::notifier |
sock_udp_ep_t* gcoap_observe_memo_t::observer |
const coap_resource_t* gcoap_observe_memo_t::resource |
gcoap_socket_t gcoap_observe_memo_t::socket |
uint8_t gcoap_observe_memo_t::token[GCOAP_TOKENLEN_MAX] |
unsigned gcoap_observe_memo_t::token_len |