|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
Device code plus numeric address. More...
#include <types.hpp>
Public Attributes | |
| DeviceCode | code = DeviceCode::D |
Device family such as D, M, X, LTN, or LZ. | |
| std::uint32_t | number = 0 |
| Numeric index inside the selected device family. | |
Device code plus numeric address.
This is the normalized address form used throughout the library after string-address parsing.
| DeviceCode mcprotocol::serial::DeviceAddress::code = DeviceCode::D |
| std::uint32_t mcprotocol::serial::DeviceAddress::number = 0 |