|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
String-address spec used to build sparse random bit-write items. More...
#include <high_level.hpp>
Public Attributes | |
| std::string_view | device {} |
Plain bit-device string such as M100 or X10. | |
| BitValue | value = BitValue::Off |
Bit value written to device. | |
String-address spec used to build sparse random bit-write items.
Definition at line 205 of file high_level.hpp.
| std::string_view mcprotocol::serial::highlevel::RandomWriteBitSpec::device {} |
Plain bit-device string such as M100 or X10.
Definition at line 207 of file high_level.hpp.
| BitValue mcprotocol::serial::highlevel::RandomWriteBitSpec::value = BitValue::Off |
Bit value written to device.
Definition at line 209 of file high_level.hpp.