#pragma once #include namespace Incart::DeviceComplexCommands { struct ExamCableInfo { uint8_t CableType; uint32_t CableNumber; uint32_t SetupCounter; }; } // namespace Incart::DeviceComplexCommands