Searched defs:coap_async_t (Results 1 – 2 of 2) sorted by relevance
35 struct coap_async_t { struct36 struct coap_async_t *next; /**< internally used for linking */ argument37 coap_tick_t delay; /**< When to delay to before triggering the response39 coap_session_t *session; /**< transaction session */40 coap_pdu_t *pdu; /**< copy of request pdu */41 void *appdata; /**< User definable data pointer */
43 typedef struct coap_async_t coap_async_t; typedef