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

Direct extended file-register batch read (NR 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::uint16_t points = 0
 Number of words to read from the direct file-register range.
 

Detailed Description

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

Definition at line 412 of file types.hpp.

Member Data Documentation

◆ head_device_number

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

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

Definition at line 414 of file types.hpp.

◆ points

std::uint16_t mcprotocol::serial::ExtendedFileRegisterDirectBatchReadWordsRequest::points = 0

Number of words to read from the direct file-register range.

Definition at line 416 of file types.hpp.


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