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.  | |