libcoap  4.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
coap_queue_t Struct Reference

#include <net.h>

Data Fields

struct coap_queue_tnext
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_tpdu
 the CoAP PDU to send

Detailed Description

Definition at line 43 of file net.h.

Field Documentation

coap_tid_t coap_queue_t::id

unique transaction id

Definition at line 52 of file net.h.

coap_address_t coap_queue_t::local

local address

Definition at line 50 of file net.h.

struct coap_queue_t* coap_queue_t::next

Definition at line 44 of file net.h.

coap_pdu_t* coap_queue_t::pdu

the CoAP PDU to send

Definition at line 54 of file net.h.

coap_address_t coap_queue_t::remote

remote address

Definition at line 51 of file net.h.

unsigned char coap_queue_t::retransmit_cnt

Definition at line 47 of file net.h.

coap_tick_t coap_queue_t::t

Definition at line 46 of file net.h.

unsigned int coap_queue_t::timeout

Definition at line 48 of file net.h.


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