Block1 helper struct. More...
Block1 helper struct.
Definition at line 410 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 412 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 414 of file nanocoap.h.
size_t coap_block1_t::offset |
offset of received data
Definition at line 411 of file nanocoap.h.
uint8_t coap_block1_t::szx |
szx value
Definition at line 413 of file nanocoap.h.