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

Contiguous bit-write request (1401 bit path). More...

#include <types.hpp>

Public Attributes

DeviceAddress head_device {}
 First bit device in the contiguous write range.
 
std::span< const BitValuebits {}
 Caller-owned bit data to write starting at head_device.
 

Detailed Description

Contiguous bit-write request (1401 bit path).

Definition at line 393 of file types.hpp.

Member Data Documentation

◆ bits

std::span<const BitValue> mcprotocol::serial::BatchWriteBitsRequest::bits {}

Caller-owned bit data to write starting at head_device.

Definition at line 397 of file types.hpp.

◆ head_device

DeviceAddress mcprotocol::serial::BatchWriteBitsRequest::head_device {}

First bit device in the contiguous write range.

Definition at line 395 of file types.hpp.


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