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

#include <types.hpp>

Public Attributes

std::uint32_t start_address = 0
 Starting host-buffer word address.
 
std::uint16_t word_length = 0
 Number of words to read.
 

Detailed Description

Definition at line 592 of file types.hpp.

Member Data Documentation

◆ start_address

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

Starting host-buffer word address.

Definition at line 594 of file types.hpp.

◆ word_length

std::uint16_t mcprotocol::serial::HostBufferReadRequest::word_length = 0

Number of words to read.

Definition at line 596 of file types.hpp.


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