Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: