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

#include <types.hpp>

Public Attributes

DeviceAddress head_device {}
 First device in the contiguous range.
 
std::uint16_t points = 0
 Number of points to read starting at head_device.
 

Detailed Description

Definition at line 369 of file types.hpp.

Member Data Documentation

◆ head_device

DeviceAddress mcprotocol::serial::BatchReadWordsRequest::head_device {}

First device in the contiguous range.

Definition at line 371 of file types.hpp.

◆ points

std::uint16_t mcprotocol::serial::BatchReadWordsRequest::points = 0

Number of points to read starting at head_device.

Definition at line 373 of file types.hpp.


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