Home
last modified time | relevance | path

Searched defs:coap_async_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_async_internal.h33 struct coap_async_t { struct
34 struct coap_async_t *next; /**< internally used for linking */ argument
35 coap_tick_t delay; /**< When to delay to before triggering the response
37 coap_session_t *session; /**< transaction session */
38 coap_pdu_t *pdu; /**< copy of request pdu */
39 void* appdata; /** User definable data pointer */
Dcoap_forward_decls.h41 typedef struct coap_async_t coap_async_t; typedef