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

User-frame registration-data write request (1610, subcommand 0000). More...

#include <types.hpp>

Public Attributes

std::uint16_t frame_no = 0
 User-frame number to overwrite.
 
std::uint16_t frame_bytes = 0
 Frame-byte count encoded into the 1610 payload.
 
std::span< const std::byteregistration_data {}
 Raw user-frame registration bytes to store.
 

Detailed Description

User-frame registration-data write request (1610, subcommand 0000).

Definition at line 563 of file types.hpp.

Member Data Documentation

◆ frame_bytes

std::uint16_t mcprotocol::serial::UserFrameWriteRequest::frame_bytes = 0

Frame-byte count encoded into the 1610 payload.

Definition at line 567 of file types.hpp.

◆ frame_no

std::uint16_t mcprotocol::serial::UserFrameWriteRequest::frame_no = 0

User-frame number to overwrite.

Definition at line 565 of file types.hpp.

◆ registration_data

std::span<const std::byte> mcprotocol::serial::UserFrameWriteRequest::registration_data {}

Raw user-frame registration bytes to store.

Definition at line 569 of file types.hpp.


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