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 = "5f7"; public 机器人自检控制命令() { } /// /// 机器人自检请求 /// [Data(BitStart = 56, BitLength = 2, DataType = "binary", Description = "", Sequence = 1)] public string 机器人自检请求 { get; set; } } }