#pragma once #include #include namespace Incart::DeviceComplexCommands { struct CableVersion { uint8_t HardwareVersion; uint16_t SoftwareVersion; std::vector Uid; uint8_t UidCrc; }; } // namespace Incart::DeviceComplexCommands