libcoap 4.3.5-develop-4c7ce99
|
Structure to keep track of received blocks. More...
#include <coap_block_internal.h>
Data Fields | |
uint32_t | used |
Number of range blocks in use. | |
uint32_t | retry |
struct coap_lg_range | range [COAP_RBLOCK_CNT] |
coap_tick_t | last_seen |
uint32_t | total_blocks |
Set to block no + 1 when More bit unset. | |
Structure to keep track of received blocks.
Definition at line 108 of file coap_block_internal.h.
coap_tick_t coap_rblock_t::last_seen |
Definition at line 116 of file coap_block_internal.h.
struct coap_lg_range coap_rblock_t::range[COAP_RBLOCK_CNT] |
Definition at line 115 of file coap_block_internal.h.
uint32_t coap_rblock_t::retry |
Definition at line 110 of file coap_block_internal.h.
uint32_t coap_rblock_t::total_blocks |
Set to block no + 1 when More bit unset.
Definition at line 117 of file coap_block_internal.h.
uint32_t coap_rblock_t::used |
Number of range blocks in use.
Definition at line 109 of file coap_block_internal.h.