using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SIASUN.Autopilot.Device.Message { public class 工控机状态 { public const string OperationCode = "6f4"; public 工控机状态() { } /// /// 实际工控机工作状态 /// [Data(BitStart = 56, BitLength = 2, DataType = "binary", Description = "", Sequence = 1)] public string 实际工控机工作状态 { get; set; } } }