All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
coap_observe_client_t Struct Reference

Observe Client helper struct. More...

Detailed Description

Observe Client helper struct.

Definition at line 239 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

 

Field Documentation

◆ arg

void* coap_observe_client_t::arg

callback function argument

Definition at line 241 of file nanocoap_sock.h.

◆ cb

coap_request_cb_t coap_observe_client_t::cb

user callback function

Definition at line 240 of file nanocoap_sock.h.

◆ sock

nanocoap_sock_t coap_observe_client_t::sock

socket used for the request

Definition at line 242 of file nanocoap_sock.h.


The documentation for this struct was generated from the following file: