Zephyr API Documentation  3.6.99
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
 
size_t current
 
enum coap_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

◆ current

size_t coap_block_context::current

◆ total_size

size_t coap_block_context::total_size

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