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

#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.
 

Detailed Description

Definition at line 631 of file types.hpp.

Member Data Documentation

◆ model_code

std::uint16_t mcprotocol::serial::CpuModelInfo::model_code = 0

Raw model code returned by the target.

Definition at line 635 of file types.hpp.

◆ model_name

std::array<char, kCpuModelNameLength + 1> mcprotocol::serial::CpuModelInfo::model_name {}

Null-terminated CPU model name with trailing spaces already trimmed by the parser.

Definition at line 633 of file types.hpp.


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