|
libcoap
4.0.3
|
#include <net.h>
Data Fields | |
| struct coap_queue_t * | next |
| coap_tick_t | t |
| unsigned char | retransmit_cnt |
| unsigned int | timeout |
| coap_address_t | local |
| local address | |
| coap_address_t | remote |
| remote address | |
| coap_tid_t | id |
| unique transaction id | |
| coap_pdu_t * | pdu |
| the CoAP PDU to send | |
| coap_tid_t coap_queue_t::id |
| coap_address_t coap_queue_t::local |
| struct coap_queue_t* coap_queue_t::next |
| coap_pdu_t* coap_queue_t::pdu |
| coap_address_t coap_queue_t::remote |
| coap_tick_t coap_queue_t::t |
1.8.1.2