Block1 helper struct. More...
Block1 helper struct.
Definition at line 400 of file nanocoap.h.
#include <nanocoap.h>
Data Fields | |
| size_t | offset |
| offset of received data | |
| uint32_t | blknum |
| block number | |
| uint8_t | szx |
| szx value | |
| int8_t | more |
| -1 for no option, 0 for last block, 1 for more blocks coming | |
| uint32_t coap_block1_t::blknum |
block number
Definition at line 402 of file nanocoap.h.
| int8_t coap_block1_t::more |
-1 for no option, 0 for last block, 1 for more blocks coming
Definition at line 404 of file nanocoap.h.
| size_t coap_block1_t::offset |
offset of received data
Definition at line 401 of file nanocoap.h.
| uint8_t coap_block1_t::szx |
szx value
Definition at line 403 of file nanocoap.h.