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

Blockwise transfer helper struct. More...

Detailed Description

Blockwise transfer helper struct.

Definition at line 475 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_value
 Pointer to the value of the placed option.
 

Field Documentation

◆ cur

size_t coap_block_slicer_t::cur

Offset of the generated content.

Definition at line 478 of file nanocoap.h.

◆ end

size_t coap_block_slicer_t::end

End offset of the current block.

Definition at line 477 of file nanocoap.h.

◆ opt_value

uint8_t* coap_block_slicer_t::opt_value

Pointer to the value of the placed option.

Definition at line 479 of file nanocoap.h.

◆ start

size_t coap_block_slicer_t::start

Start offset of the current block.

Definition at line 476 of file nanocoap.h.


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