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

String-address spec used to build sparse random-read or monitor requests. More...

#include <high_level.hpp>

Public Attributes

std::string_view device {}
 Plain device string such as D100, LZ0, or LCN10.
 
bool double_word = false
 true when the target should be encoded as a double-word sparse item.
 

Detailed Description

String-address spec used to build sparse random-read or monitor requests.

Definition at line 187 of file high_level.hpp.

Member Data Documentation

◆ device

std::string_view mcprotocol::serial::highlevel::RandomReadSpec::device {}

Plain device string such as D100, LZ0, or LCN10.

Definition at line 189 of file high_level.hpp.

◆ double_word

bool mcprotocol::serial::highlevel::RandomReadSpec::double_word = false

true when the target should be encoded as a double-word sparse item.

Definition at line 191 of file high_level.hpp.


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