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

One word or double-word item inside native random write (1402 word path). More...

#include <types.hpp>

Public Attributes

DeviceAddress device {}
 Target device address for the sparse write.
 
std::uint32_t value = 0
 One word or double-word value to write.
 
bool double_word = false
 true when the target is encoded as a double-word write item.
 

Detailed Description

One word or double-word item inside native random write (1402 word path).

Definition at line 467 of file types.hpp.

Member Data Documentation

◆ device

DeviceAddress mcprotocol::serial::RandomWriteWordItem::device {}

Target device address for the sparse write.

Definition at line 469 of file types.hpp.

◆ double_word

bool mcprotocol::serial::RandomWriteWordItem::double_word = false

true when the target is encoded as a double-word write item.

Definition at line 473 of file types.hpp.

◆ value

std::uint32_t mcprotocol::serial::RandomWriteWordItem::value = 0

One word or double-word value to write.

Definition at line 471 of file types.hpp.


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