Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
coap_block_context Struct Reference

Represents the current state of a block-wise transaction. More...

#include <coap.h>

Data Fields

size_t total_size
 Total size of the block-wise transaction.
size_t current
 Current size of the block-wise transaction.
enum coap_block_size block_size
 Block size.

Detailed Description

Represents the current state of a block-wise transaction.

Field Documentation

◆ block_size

enum coap_block_size coap_block_context::block_size

Block size.

◆ current

size_t coap_block_context::current

Current size of the block-wise transaction.

◆ total_size

size_t coap_block_context::total_size

Total size of the block-wise transaction.


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