libcoap  4.1.1
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Fields
coap_queue_t Struct Reference

#include <net.h>

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_address_t local
 local address 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 51 of file net.h.

Field Documentation

coap_tid_t coap_queue_t::id

unique transaction id

Definition at line 60 of file net.h.

coap_address_t coap_queue_t::local

local address

Definition at line 58 of file net.h.

struct coap_queue_t* coap_queue_t::next

Definition at line 52 of file net.h.

coap_pdu_t* coap_queue_t::pdu

the CoAP PDU to send

Definition at line 62 of file net.h.

coap_address_t coap_queue_t::remote

remote address

Definition at line 59 of file net.h.

unsigned char coap_queue_t::retransmit_cnt

retransmission counter, will be removed when zero

Definition at line 55 of file net.h.

coap_tick_t coap_queue_t::t

when to send PDU for the next time

Definition at line 54 of file net.h.

unsigned int coap_queue_t::timeout

the randomized timeout value

Definition at line 56 of file net.h.


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