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

Module-buffer byte read request (0601 helper path). More...

#include <types.hpp>

Public Attributes

std::uint32_t start_address = 0
 Starting module-buffer byte address.
 
std::uint16_t bytes = 0
 Number of bytes to read.
 
std::uint16_t module_number = 0
 Module number used by the addressed special-function module.
 

Detailed Description

Module-buffer byte read request (0601 helper path).

Definition at line 608 of file types.hpp.

Member Data Documentation

◆ bytes

std::uint16_t mcprotocol::serial::ModuleBufferReadRequest::bytes = 0

Number of bytes to read.

Definition at line 612 of file types.hpp.

◆ module_number

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

Module number used by the addressed special-function module.

Definition at line 614 of file types.hpp.

◆ start_address

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

Starting module-buffer byte address.

Definition at line 610 of file types.hpp.


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