namespace Aitex.Core.Common.DeviceData { public enum CylinderState { Close = 0, Open = 1, Unknown = 2, Error = 3 } }