libcoap  4.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
coap_block_t Struct Reference

Structure of Block options. More...

#include <block.h>

Data Fields

unsigned int num:20
 block number
unsigned int m:1
 1 if more blocks follow, 0 otherwise
unsigned int szx:3
 block size

Detailed Description

Structure of Block options.

Definition at line 24 of file block.h.

Field Documentation

unsigned int coap_block_t::m

1 if more blocks follow, 0 otherwise

Definition at line 26 of file block.h.

unsigned int coap_block_t::num

block number

Definition at line 25 of file block.h.

unsigned int coap_block_t::szx

block size

Definition at line 27 of file block.h.


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