libcoap
4.3.0
|
Queue entry. More...
#include <coap_net_internal.h>
Data Fields | |
struct coap_queue_t * | next |
coap_tick_t | t |
when to send PDU for the next time More... | |
unsigned char | retransmit_cnt |
retransmission counter, will be removed when zero More... | |
unsigned int | timeout |
the randomized timeout value More... | |
coap_session_t * | session |
the CoAP session More... | |
coap_mid_t | id |
CoAP message id. More... | |
coap_pdu_t * | pdu |
the CoAP PDU to send More... | |
Queue entry.
Definition at line 31 of file coap_net_internal.h.
coap_mid_t coap_queue_t::id |
CoAP message id.
Definition at line 38 of file coap_net_internal.h.
struct coap_queue_t* coap_queue_t::next |
Definition at line 32 of file coap_net_internal.h.
coap_pdu_t* coap_queue_t::pdu |
the CoAP PDU to send
Definition at line 39 of file coap_net_internal.h.
unsigned char coap_queue_t::retransmit_cnt |
retransmission counter, will be removed when zero
Definition at line 34 of file coap_net_internal.h.
coap_session_t* coap_queue_t::session |
the CoAP session
Definition at line 37 of file coap_net_internal.h.
coap_tick_t coap_queue_t::t |
when to send PDU for the next time
Definition at line 33 of file coap_net_internal.h.
unsigned int coap_queue_t::timeout |
the randomized timeout value
Definition at line 36 of file coap_net_internal.h.