using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SIASUN.Autopilot.Device.Message { public class 系统sys报警 { public const string OperationCode = "6d1"; public 系统sys报警() { } /// /// y /// [Data(BitStart = 32, BitLength = 1, DataType = "binary", Description = "", Sequence = 1)] public string y { get; set; } /// /// z /// [Data(BitStart = 33, BitLength = 1 ,DataType = "binary", Description = "", Sequence = 2)] public string z { get; set; } /// /// q /// [Data(BitStart = 40,BitLength =1 , DataType = "binary", Description = "", Sequence = 3)] public string q { get; set; } /// /// r /// [Data(BitStart = 41,BitLength = 1, DataType = "binary", Description = "", Sequence = 4)] public string r { get; set; } /// /// s /// [Data(BitStart = 42, BitLength =1 , DataType = "binary", Description = "", Sequence = 5)] public string s { get; set; } /// /// t /// [Data(BitStart = 43, BitLength = 1, DataType = "binary", Description = "", Sequence = 6)] public string t { get; set; } /// /// u /// [Data(BitStart = 44, BitLength = 1, DataType = "binary", Description = "", Sequence = 7)] public string u { get; set; } /// /// v /// [Data(BitStart = 45, BitLength = 1, DataType = "binary", Description = "", Sequence = 8)] public string v { get; set; } /// /// w /// [Data(BitStart = 46, BitLength = 1, DataType = "binary", Description = "", Sequence = 9)] public string w { get; set; } /// /// x /// [Data(BitStart = 47, BitLength = 1, DataType = "binary", Description = "", Sequence =10)] public string x { get; set; } /// /// i /// [Data(BitStart = 48, BitLength = 1, DataType = "binary", Description = "", Sequence =11)] public string i { get; set; } /// /// j /// [Data(BitStart = 49, BitLength = 1, DataType = "binary", Description = "", Sequence =12)] public string j { get; set; } /// /// k /// [Data(BitStart = 50, BitLength = 1, DataType = "binary", Description = "", Sequence =13)] public string k { get; set; } /// /// l /// [Data(BitStart = 51, BitLength = 1, DataType = "binary", Description = "", Sequence =14)] public string l { get; set; } /// /// m /// [Data(BitStart = 52, BitLength = 1, DataType = "binary", Description = "", Sequence =15)] public string m { get; set; } /// /// n /// [Data(BitStart = 53, BitLength = 1, DataType = "binary", Description = "", Sequence =16)] public string n { get; set; } /// /// o /// [Data(BitStart = 54, BitLength = 1, DataType = "binary", Description = "", Sequence =17)] public string o { get; set; } /// /// p /// [Data(BitStart = 55, BitLength = 1, DataType = "binary", Description = "", Sequence =18)] public string p { get; set; } /// /// a /// [Data(BitStart = 56, BitLength = 1, DataType = "binary", Description = "", Sequence =19)] public string a { get; set; } /// /// b /// [Data(BitStart = 57, BitLength = 1, DataType = "binary", Description = "", Sequence =20)] public string b { get; set; } /// /// c /// [Data(BitStart = 58, BitLength = 1, DataType = "binary", Description = "", Sequence =21)] public string c { get; set; } /// /// d /// [Data(BitStart = 59, BitLength = 1, DataType = "binary", Description = "", Sequence = 22)] public string d { get; set; } /// /// e /// [Data(BitStart = 60, BitLength = 1, DataType = "binary", Description = "", Sequence = 23)] public string e { get; set; } /// /// f /// [Data(BitStart = 61, BitLength = 1, DataType = "binary", Description = "", Sequence = 24)] public string f { get; set; } /// /// g /// [Data(BitStart = 62, BitLength = 1, DataType = "binary", Description = "", Sequence = 25)] public string g { get; set; } /// /// h /// [Data(BitStart = 63, BitLength = 1, DataType = "binary", Description = "", Sequence = 26)] public string h { get; set; } } }