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

One block inside native multi-block read (0406). More...

#include <types.hpp>

Public Attributes

DeviceAddress head_device {}
 First device in this contiguous block.
 
std::uint16_t points = 0
 Number of points in this block.
 
bool bit_block = false
 true for bit blocks, false for word blocks.
 

Detailed Description

One block inside native multi-block read (0406).

Definition at line 485 of file types.hpp.

Member Data Documentation

◆ bit_block

bool mcprotocol::serial::MultiBlockReadBlock::bit_block = false

true for bit blocks, false for word blocks.

Definition at line 491 of file types.hpp.

◆ head_device

DeviceAddress mcprotocol::serial::MultiBlockReadBlock::head_device {}

First device in this contiguous block.

Definition at line 487 of file types.hpp.

◆ points

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

Number of points in this block.

Definition at line 489 of file types.hpp.


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