|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
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. | |
String-address spec used to build sparse random-read or monitor requests.
Definition at line 187 of file high_level.hpp.
| 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.
| 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.