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

One bit item inside native random write (1402 bit path). More...

#include <types.hpp>

Public Attributes

DeviceAddress device {}
 Target bit device address for the sparse write.
 
BitValue value = BitValue::Off
 Bit value written to device.
 

Detailed Description

One bit item inside native random write (1402 bit path).

Definition at line 477 of file types.hpp.

Member Data Documentation

◆ device

DeviceAddress mcprotocol::serial::RandomWriteBitItem::device {}

Target bit device address for the sparse write.

Definition at line 479 of file types.hpp.

◆ value

BitValue mcprotocol::serial::RandomWriteBitItem::value = BitValue::Off

Bit value written to device.

Definition at line 481 of file types.hpp.


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