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

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.
 

Detailed Description

String-address spec used to build sparse random bit-write items.

Definition at line 205 of file high_level.hpp.

Member Data Documentation

◆ device

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.

◆ value

BitValue mcprotocol::serial::highlevel::RandomWriteBitSpec::value = BitValue::Off

Bit value written to device.

Definition at line 209 of file high_level.hpp.


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