libcoap 4.3.5-develop-19cef11
|
Structure to keep track of received blocks. More...
#include <coap_block_internal.h>
Data Fields | |
uint32_t | used |
uint32_t | retry |
struct coap_lg_range | range [COAP_RBLOCK_CNT] |
coap_tick_t | last_seen |
Structure to keep track of received blocks.
Definition at line 106 of file coap_block_internal.h.
coap_tick_t coap_rblock_t::last_seen |
Definition at line 114 of file coap_block_internal.h.
struct coap_lg_range coap_rblock_t::range[COAP_RBLOCK_CNT] |
Definition at line 113 of file coap_block_internal.h.
uint32_t coap_rblock_t::retry |
Definition at line 108 of file coap_block_internal.h.
uint32_t coap_rblock_t::used |
Definition at line 107 of file coap_block_internal.h.