libcoap 4.3.5-develop-ea01661
|
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 112 of file coap_block_internal.h.
coap_tick_t coap_rblock_t::last_seen |
Definition at line 120 of file coap_block_internal.h.
struct coap_lg_range coap_rblock_t::range[COAP_RBLOCK_CNT] |
Definition at line 119 of file coap_block_internal.h.
uint32_t coap_rblock_t::retry |
Definition at line 114 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 121 of file coap_block_internal.h.
uint32_t coap_rblock_t::used |
Number of range blocks in use.
Definition at line 113 of file coap_block_internal.h.