libcoap 4.3.5-develop-19cef11
|
Structure of Block options. More...
#include <coap_block.h>
Data Fields | |
unsigned int | num |
block number More... | |
unsigned int | m:1 |
1 if more blocks follow, 0 otherwise More... | |
unsigned int | szx:3 |
block size More... | |
Structure of Block options.
Definition at line 42 of file coap_block.h.
unsigned int coap_block_t::m |
1 if more blocks follow, 0 otherwise
Definition at line 44 of file coap_block.h.
unsigned int coap_block_t::num |
block number
Definition at line 43 of file coap_block.h.
unsigned int coap_block_t::szx |
block size
Definition at line 45 of file coap_block.h.