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

Contiguous bit-read request (0401 bit path). More...

#include <types.hpp>

Public Attributes

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

Detailed Description

Contiguous bit-read request (0401 bit path).

Definition at line 377 of file types.hpp.

Member Data Documentation

◆ head_device

DeviceAddress mcprotocol::serial::BatchReadBitsRequest::head_device {}

First bit device in the contiguous range.

Definition at line 379 of file types.hpp.

◆ points

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

Number of bit points to read starting at head_device.

Definition at line 381 of file types.hpp.


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