Searched defs:coap_async_t (Results 1 – 2 of 2) sorted by relevance
33 struct coap_async_t { struct34 struct coap_async_t *next; /**< internally used for linking */ argument35 coap_tick_t delay; /**< When to delay to before triggering the response37 coap_session_t *session; /**< transaction session */38 coap_pdu_t *pdu; /**< copy of request pdu */39 void* appdata; /** User definable data pointer */
41 typedef struct coap_async_t coap_async_t; typedef