Blockwise transfer helper struct. More...
Blockwise transfer helper struct.
Definition at line 244 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 | |