| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Represents the current state of a block-wise transaction. More...
#include <coap.h>
| Data Fields | |
| size_t | total_size | 
| Total size of the block-wise transaction. | |
| size_t | current | 
| Current size of the block-wise transaction. | |
| enum coap_block_size | block_size | 
| Block size. | |
Represents the current state of a block-wise transaction.
| enum coap_block_size coap_block_context::block_size | 
Block size.
| size_t coap_block_context::current | 
Current size of the block-wise transaction.
| size_t coap_block_context::total_size | 
Total size of the block-wise transaction.