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

#include <types.hpp>

Public Attributes

DeviceAddress device {}
 Target device address for this sparse item.
 
bool double_word = false
 true when the item should be encoded as a double-word device access.
 

Detailed Description

Definition at line 453 of file types.hpp.

Member Data Documentation

◆ device

DeviceAddress mcprotocol::serial::RandomReadItem::device {}

Target device address for this sparse item.

Definition at line 455 of file types.hpp.

◆ double_word

bool mcprotocol::serial::RandomReadItem::double_word = false

true when the item should be encoded as a double-word device access.

Definition at line 457 of file types.hpp.


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