|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
#include <types.hpp>
Public Attributes | |
| std::array< char, kCpuModelNameLength+1 > | model_name {} |
| Null-terminated CPU model name with trailing spaces already trimmed by the parser. | |
| std::uint16_t | model_code = 0 |
| Raw model code returned by the target. | |
| std::uint16_t mcprotocol::serial::CpuModelInfo::model_code = 0 |
| std::array<char, kCpuModelNameLength + 1> mcprotocol::serial::CpuModelInfo::model_name {} |