libcoap  4.1.2
Data Fields
coap_queue_t Struct Reference

#include <net.h>

Collaboration diagram for coap_queue_t:
[legend]

Data Fields

struct coap_queue_tnext
 
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_endpoint_t local_if
 the local address interface More...
 
coap_address_t remote
 remote address More...
 
coap_tid_t id
 unique transaction id More...
 
coap_pdu_tpdu
 the CoAP PDU to send More...
 

Detailed Description

Definition at line 31 of file net.h.

Field Documentation

§ id

coap_tid_t coap_queue_t::id

unique transaction id

Definition at line 39 of file net.h.

§ local_if

coap_endpoint_t coap_queue_t::local_if

the local address interface

Definition at line 37 of file net.h.

§ next

struct coap_queue_t* coap_queue_t::next

Definition at line 32 of file net.h.

§ pdu

coap_pdu_t* coap_queue_t::pdu

the CoAP PDU to send

Definition at line 40 of file net.h.

§ remote

coap_address_t coap_queue_t::remote

remote address

Definition at line 38 of file net.h.

§ retransmit_cnt

unsigned char coap_queue_t::retransmit_cnt

retransmission counter, will be removed when zero

Definition at line 34 of file net.h.

§ t

coap_tick_t coap_queue_t::t

when to send PDU for the next time

Definition at line 33 of file net.h.

§ timeout

unsigned int coap_queue_t::timeout

the randomized timeout value

Definition at line 36 of file net.h.


The documentation for this struct was generated from the following file: