Loading...
Searching...
No Matches
coap_block_slicer_t Struct Reference

Blockwise transfer helper struct. More...

Detailed Description

Blockwise transfer helper struct.

Definition at line 404 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

 

Field Documentation

◆ cur

size_t coap_block_slicer_t::cur

Offset of the generated content

Definition at line 407 of file nanocoap.h.

◆ end

size_t coap_block_slicer_t::end

End offset of the current block

Definition at line 406 of file nanocoap.h.

◆ opt

uint8_t* coap_block_slicer_t::opt

Pointer to the placed option

Definition at line 408 of file nanocoap.h.

◆ start

size_t coap_block_slicer_t::start

Start offset of the current block

Definition at line 405 of file nanocoap.h.


The documentation for this struct was generated from the following file: