|
libcoap 4.3.5-develop-13abce9
|
Structure to keep track of received blocks. More...
#include <coap_block_internal.h>
Collaboration diagram for coap_rblock_t: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 114 of file coap_block_internal.h.
| coap_tick_t coap_rblock_t::last_seen |
Definition at line 122 of file coap_block_internal.h.
| struct coap_lg_range coap_rblock_t::range[COAP_RBLOCK_CNT] |
Definition at line 121 of file coap_block_internal.h.
| uint32_t coap_rblock_t::retry |
Definition at line 116 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 123 of file coap_block_internal.h.
| uint32_t coap_rblock_t::used |
Number of range blocks in use.
Definition at line 115 of file coap_block_internal.h.