MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
mcprotocol::serial::MultiBlockReadRequest Struct Reference

Native multi-block read request composed of multiple contiguous blocks. More...

#include <types.hpp>

Public Attributes

std::span< const MultiBlockReadBlockblocks {}
 Ordered block list encoded into the native multi-block read request.
 

Detailed Description

Native multi-block read request composed of multiple contiguous blocks.

Definition at line 495 of file types.hpp.

Member Data Documentation

◆ blocks

std::span<const MultiBlockReadBlock> mcprotocol::serial::MultiBlockReadRequest::blocks {}

Ordered block list encoded into the native multi-block read request.

Definition at line 497 of file types.hpp.


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