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

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

#include <types.hpp>

Public Attributes

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

Detailed Description

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

Definition at line 515 of file types.hpp.

Member Data Documentation

◆ blocks

std::span<const MultiBlockWriteBlock> mcprotocol::serial::MultiBlockWriteRequest::blocks {}

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

Definition at line 517 of file types.hpp.


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