#pragma once #include #include namespace Incart::DeviceComplexCommands { struct EepromDataRecord final { uint16_t address; std::vector data; }; } // namespace Incart::DeviceComplexCommands