|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
String-address spec used to build sparse random word-write items. More...
#include <high_level.hpp>
Public Attributes | |
| std::string_view | device {} |
Plain device string such as D100 or LZ0. | |
| std::uint32_t | value = 0 |
Word or double-word value written to device. | |
| bool | double_word = false |
true when the item should be encoded as a double-word sparse write. | |
String-address spec used to build sparse random word-write items.
Definition at line 195 of file high_level.hpp.
| std::string_view mcprotocol::serial::highlevel::RandomWriteWordSpec::device {} |
Plain device string such as D100 or LZ0.
Definition at line 197 of file high_level.hpp.
| bool mcprotocol::serial::highlevel::RandomWriteWordSpec::double_word = false |
true when the item should be encoded as a double-word sparse write.
Definition at line 201 of file high_level.hpp.
| std::uint32_t mcprotocol::serial::highlevel::RandomWriteWordSpec::value = 0 |
Word or double-word value written to device.
Definition at line 199 of file high_level.hpp.