Loading...
Searching...
No Matches
coap_block1_t Struct Reference

Block1 helper struct. More...

Detailed Description

Block1 helper struct.

Definition at line 393 of file nanocoap.h.

#include <nanocoap.h>

Data Fields

size_t offset
 offset of received data

 
uint32_t blknum
 block number

 
uint8_t szx
 szx value

 
int8_t more
 -1 for no option, 0 for last block, 1 for more blocks coming

 

Field Documentation

◆ blknum

uint32_t coap_block1_t::blknum

block number

Definition at line 395 of file nanocoap.h.

◆ more

int8_t coap_block1_t::more

-1 for no option, 0 for last block, 1 for more blocks coming

Definition at line 397 of file nanocoap.h.

◆ offset

size_t coap_block1_t::offset

offset of received data

Definition at line 394 of file nanocoap.h.

◆ szx

uint8_t coap_block1_t::szx

szx value

Definition at line 396 of file nanocoap.h.


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