|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
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, kMaxUserFrameRegistrationBytes > | registration_data {} |
| Raw user-frame registration bytes as returned by the target. | |
| std::uint16_t mcprotocol::serial::UserFrameRegistrationData::frame_bytes = 0 |
| std::array<std::byte, kMaxUserFrameRegistrationBytes> mcprotocol::serial::UserFrameRegistrationData::registration_data {} |
| std::uint16_t mcprotocol::serial::UserFrameRegistrationData::registration_data_bytes = 0 |