Blockwise transfer helper struct. More...
Blockwise transfer helper struct.
Definition at line 421 of file nanocoap.h.
#include <nanocoap.h>
Data Fields | |
size_t | start |
Start offset of the current block | |
size_t | end |
End offset of the current block | |
size_t | cur |
Offset of the generated content | |
uint8_t * | opt |
Pointer to the placed option | |
size_t coap_block_slicer_t::cur |
Offset of the generated content
Definition at line 424 of file nanocoap.h.
size_t coap_block_slicer_t::end |
End offset of the current block
Definition at line 423 of file nanocoap.h.
uint8_t* coap_block_slicer_t::opt |
Pointer to the placed option
Definition at line 425 of file nanocoap.h.
size_t coap_block_slicer_t::start |
Start offset of the current block
Definition at line 422 of file nanocoap.h.