Blockwise transfer helper struct. More...
Blockwise transfer helper struct.
Definition at line 412 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 415 of file nanocoap.h.
size_t coap_block_slicer_t::end |
End offset of the current block
Definition at line 414 of file nanocoap.h.
uint8_t* coap_block_slicer_t::opt |
Pointer to the placed option
Definition at line 416 of file nanocoap.h.
size_t coap_block_slicer_t::start |
Start offset of the current block
Definition at line 413 of file nanocoap.h.