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

Direct extended file-register batch write (NW on 1C QnA-common, chapter-18 direct path on 1E). More...

#include <types.hpp>

Public Attributes

std::uint32_t head_device_number = 0
 NR/NW direct address on 1C or the chapter-18 direct R address on 1E.
 
std::span< const std::uint16_twords {}
 Caller-owned word data to write starting at head_device_number.
 

Detailed Description

Direct extended file-register batch write (NW on 1C QnA-common, chapter-18 direct path on 1E).

Definition at line 428 of file types.hpp.

Member Data Documentation

◆ head_device_number

std::uint32_t mcprotocol::serial::ExtendedFileRegisterDirectBatchWriteWordsRequest::head_device_number = 0

NR/NW direct address on 1C or the chapter-18 direct R address on 1E.

Definition at line 430 of file types.hpp.

◆ words

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

Caller-owned word data to write starting at head_device_number.

Definition at line 432 of file types.hpp.


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