|
libcoap 4.3.1
|
#include <coap_async_internal.h>
Collaboration diagram for coap_async_t:Data Fields | |
| struct coap_async_t * | next |
| internally used for linking More... | |
| coap_tick_t | delay |
| When to delay to before triggering the response 0 indicates never trigger. More... | |
| coap_session_t * | session |
| transaction session More... | |
| coap_pdu_t * | pdu |
| copy of request pdu More... | |
| void * | appdata |
Definition at line 35 of file coap_async_internal.h.
| void* coap_async_t::appdata |
Definition at line 41 of file coap_async_internal.h.
| coap_tick_t coap_async_t::delay |
When to delay to before triggering the response 0 indicates never trigger.
Definition at line 37 of file coap_async_internal.h.
| struct coap_async_t* coap_async_t::next |
internally used for linking
Definition at line 36 of file coap_async_internal.h.
| coap_pdu_t* coap_async_t::pdu |
copy of request pdu
Definition at line 40 of file coap_async_internal.h.
| coap_session_t* coap_async_t::session |
transaction session
Definition at line 39 of file coap_async_internal.h.