Observe Client helper struct. More...
Observe Client helper struct.
Definition at line 238 of file nanocoap_sock.h.
#include <nanocoap_sock.h>
Data Fields | |
| coap_request_cb_t | cb |
| user callback function | |
| void * | arg |
| callback function argument | |
| nanocoap_sock_t | sock |
| socket used for the request | |
| void* coap_observe_client_t::arg |
callback function argument
Definition at line 240 of file nanocoap_sock.h.
| coap_request_cb_t coap_observe_client_t::cb |
user callback function
Definition at line 239 of file nanocoap_sock.h.
| nanocoap_sock_t coap_observe_client_t::sock |
socket used for the request
Definition at line 241 of file nanocoap_sock.h.