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

User-frame registration-data payload returned by 0610. More...

#include <types.hpp>

Public Attributes

std::uint16_t registration_data_bytes = 0
 Number of valid bytes in registration_data.
 
std::uint16_t frame_bytes = 0
 Optional frame-byte count returned by the target for the registered frame data.
 
std::array< std::byte, kMaxUserFrameRegistrationBytesregistration_data {}
 Raw user-frame registration bytes as returned by the target.
 

Detailed Description

User-frame registration-data payload returned by 0610.

Definition at line 553 of file types.hpp.

Member Data Documentation

◆ frame_bytes

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

Optional frame-byte count returned by the target for the registered frame data.

Definition at line 557 of file types.hpp.

◆ registration_data

std::array<std::byte, kMaxUserFrameRegistrationBytes> mcprotocol::serial::UserFrameRegistrationData::registration_data {}

Raw user-frame registration bytes as returned by the target.

Definition at line 559 of file types.hpp.

◆ registration_data_bytes

std::uint16_t mcprotocol::serial::UserFrameRegistrationData::registration_data_bytes = 0

Number of valid bytes in registration_data.

Definition at line 555 of file types.hpp.


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