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

Extended file-register batch write (EW on 1C ACPU-common, chapter-18 block path on 1E). More...

#include <types.hpp>

Public Attributes

ExtendedFileRegisterAddress head_device {}
 First block-addressed file-register word to write.
 
std::span< const std::uint16_twords {}
 Caller-owned word data to write starting at head_device.
 

Detailed Description

Extended file-register batch write (EW on 1C ACPU-common, chapter-18 block path on 1E).

Definition at line 420 of file types.hpp.

Member Data Documentation

◆ head_device

ExtendedFileRegisterAddress mcprotocol::serial::ExtendedFileRegisterBatchWriteWordsRequest::head_device {}

First block-addressed file-register word to write.

Definition at line 422 of file types.hpp.

◆ words

std::span<const std::uint16_t> mcprotocol::serial::ExtendedFileRegisterBatchWriteWordsRequest::words {}

Caller-owned word data to write starting at head_device.

Definition at line 424 of file types.hpp.


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