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

Module-buffer byte write request (1601 helper path). More...

#include <types.hpp>

Public Attributes

std::uint32_t start_address = 0
 Starting module-buffer byte address.
 
std::uint16_t module_number = 0
 Module number used by the addressed special-function module.
 
std::span< const std::bytebytes {}
 Caller-owned raw bytes written starting at start_address.
 

Detailed Description

Module-buffer byte write request (1601 helper path).

Definition at line 618 of file types.hpp.

Member Data Documentation

◆ bytes

std::span<const std::byte> mcprotocol::serial::ModuleBufferWriteRequest::bytes {}

Caller-owned raw bytes written starting at start_address.

Definition at line 624 of file types.hpp.

◆ module_number

std::uint16_t mcprotocol::serial::ModuleBufferWriteRequest::module_number = 0

Module number used by the addressed special-function module.

Definition at line 622 of file types.hpp.

◆ start_address

std::uint32_t mcprotocol::serial::ModuleBufferWriteRequest::start_address = 0

Starting module-buffer byte address.

Definition at line 620 of file types.hpp.


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