#pragma once namespace Incart::DeviceComplexCommands { enum EWritingState { Dialog = 0, Writing = 1 }; }; // namespace Incart::DeviceComplexCommands