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

Host-buffer write request (1613). More...

#include <types.hpp>

Public Attributes

std::uint32_t start_address = 0
 Starting host-buffer word address.
 
std::span< const std::uint16_twords {}
 Caller-owned words written sequentially from start_address.
 

Detailed Description

Host-buffer write request (1613).

Definition at line 600 of file types.hpp.

Member Data Documentation

◆ start_address

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

Starting host-buffer word address.

Definition at line 602 of file types.hpp.

◆ words

std::span<const std::uint16_t> mcprotocol::serial::HostBufferWriteRequest::words {}

Caller-owned words written sequentially from start_address.

Definition at line 604 of file types.hpp.


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