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

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.
 

Detailed Description

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

Definition at line 195 of file high_level.hpp.

Member Data Documentation

◆ device

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.

◆ double_word

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.

◆ value

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.


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