// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ExtraDeviceInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { /// Holder for reflection information generated from ExtraDeviceInfo.proto public static partial class ExtraDeviceInfoReflection { #region Descriptor /// File descriptor for ExtraDeviceInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ExtraDeviceInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChVFeHRyYURldmljZUluZm8ucHJvdG8inAEKD0V4dHJhRGV2aWNlSW5mbxIT", "CgtLTE1PT01CUEhJTxgBIAEoCRITCgtPRU9LQkxJT0dDQhgCIAEoCRITCgtE", "Q05GSk5MSkVETxgDIAEoCRITCgtHQk5PUE5QRUFPRhgEIAEoCRITCgtBTU9J", "Qk1KR0tOThgFIAEoCRITCgtMTENNSUNBRUZHTRgGIAEoCRILCgNNQUMYByAB", "KAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ExtraDeviceInfo), global::EggLink.DanhengServer.Proto.ExtraDeviceInfo.Parser, new[]{ "KLMOOMBPHIO", "OEOKBLIOGCB", "DCNFJNLJEDO", "GBNOPNPEAOF", "AMOIBMJGKNN", "LLCMICAEFGM", "MAC" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ExtraDeviceInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ExtraDeviceInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.ExtraDeviceInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ExtraDeviceInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ExtraDeviceInfo(ExtraDeviceInfo other) : this() { kLMOOMBPHIO_ = other.kLMOOMBPHIO_; oEOKBLIOGCB_ = other.oEOKBLIOGCB_; dCNFJNLJEDO_ = other.dCNFJNLJEDO_; gBNOPNPEAOF_ = other.gBNOPNPEAOF_; aMOIBMJGKNN_ = other.aMOIBMJGKNN_; lLCMICAEFGM_ = other.lLCMICAEFGM_; mAC_ = other.mAC_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ExtraDeviceInfo Clone() { return new ExtraDeviceInfo(this); } /// Field number for the "KLMOOMBPHIO" field. public const int KLMOOMBPHIOFieldNumber = 1; private string kLMOOMBPHIO_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string KLMOOMBPHIO { get { return kLMOOMBPHIO_; } set { kLMOOMBPHIO_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "OEOKBLIOGCB" field. public const int OEOKBLIOGCBFieldNumber = 2; private string oEOKBLIOGCB_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string OEOKBLIOGCB { get { return oEOKBLIOGCB_; } set { oEOKBLIOGCB_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "DCNFJNLJEDO" field. public const int DCNFJNLJEDOFieldNumber = 3; private string dCNFJNLJEDO_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string DCNFJNLJEDO { get { return dCNFJNLJEDO_; } set { dCNFJNLJEDO_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "GBNOPNPEAOF" field. public const int GBNOPNPEAOFFieldNumber = 4; private string gBNOPNPEAOF_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string GBNOPNPEAOF { get { return gBNOPNPEAOF_; } set { gBNOPNPEAOF_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "AMOIBMJGKNN" field. public const int AMOIBMJGKNNFieldNumber = 5; private string aMOIBMJGKNN_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string AMOIBMJGKNN { get { return aMOIBMJGKNN_; } set { aMOIBMJGKNN_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "LLCMICAEFGM" field. public const int LLCMICAEFGMFieldNumber = 6; private string lLCMICAEFGM_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string LLCMICAEFGM { get { return lLCMICAEFGM_; } set { lLCMICAEFGM_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "MAC" field. public const int MACFieldNumber = 7; private string mAC_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string MAC { get { return mAC_; } set { mAC_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ExtraDeviceInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ExtraDeviceInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (KLMOOMBPHIO != other.KLMOOMBPHIO) return false; if (OEOKBLIOGCB != other.OEOKBLIOGCB) return false; if (DCNFJNLJEDO != other.DCNFJNLJEDO) return false; if (GBNOPNPEAOF != other.GBNOPNPEAOF) return false; if (AMOIBMJGKNN != other.AMOIBMJGKNN) return false; if (LLCMICAEFGM != other.LLCMICAEFGM) return false; if (MAC != other.MAC) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (KLMOOMBPHIO.Length != 0) hash ^= KLMOOMBPHIO.GetHashCode(); if (OEOKBLIOGCB.Length != 0) hash ^= OEOKBLIOGCB.GetHashCode(); if (DCNFJNLJEDO.Length != 0) hash ^= DCNFJNLJEDO.GetHashCode(); if (GBNOPNPEAOF.Length != 0) hash ^= GBNOPNPEAOF.GetHashCode(); if (AMOIBMJGKNN.Length != 0) hash ^= AMOIBMJGKNN.GetHashCode(); if (LLCMICAEFGM.Length != 0) hash ^= LLCMICAEFGM.GetHashCode(); if (MAC.Length != 0) hash ^= MAC.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (KLMOOMBPHIO.Length != 0) { output.WriteRawTag(10); output.WriteString(KLMOOMBPHIO); } if (OEOKBLIOGCB.Length != 0) { output.WriteRawTag(18); output.WriteString(OEOKBLIOGCB); } if (DCNFJNLJEDO.Length != 0) { output.WriteRawTag(26); output.WriteString(DCNFJNLJEDO); } if (GBNOPNPEAOF.Length != 0) { output.WriteRawTag(34); output.WriteString(GBNOPNPEAOF); } if (AMOIBMJGKNN.Length != 0) { output.WriteRawTag(42); output.WriteString(AMOIBMJGKNN); } if (LLCMICAEFGM.Length != 0) { output.WriteRawTag(50); output.WriteString(LLCMICAEFGM); } if (MAC.Length != 0) { output.WriteRawTag(58); output.WriteString(MAC); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (KLMOOMBPHIO.Length != 0) { output.WriteRawTag(10); output.WriteString(KLMOOMBPHIO); } if (OEOKBLIOGCB.Length != 0) { output.WriteRawTag(18); output.WriteString(OEOKBLIOGCB); } if (DCNFJNLJEDO.Length != 0) { output.WriteRawTag(26); output.WriteString(DCNFJNLJEDO); } if (GBNOPNPEAOF.Length != 0) { output.WriteRawTag(34); output.WriteString(GBNOPNPEAOF); } if (AMOIBMJGKNN.Length != 0) { output.WriteRawTag(42); output.WriteString(AMOIBMJGKNN); } if (LLCMICAEFGM.Length != 0) { output.WriteRawTag(50); output.WriteString(LLCMICAEFGM); } if (MAC.Length != 0) { output.WriteRawTag(58); output.WriteString(MAC); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (KLMOOMBPHIO.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(KLMOOMBPHIO); } if (OEOKBLIOGCB.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(OEOKBLIOGCB); } if (DCNFJNLJEDO.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(DCNFJNLJEDO); } if (GBNOPNPEAOF.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(GBNOPNPEAOF); } if (AMOIBMJGKNN.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(AMOIBMJGKNN); } if (LLCMICAEFGM.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(LLCMICAEFGM); } if (MAC.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(MAC); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ExtraDeviceInfo other) { if (other == null) { return; } if (other.KLMOOMBPHIO.Length != 0) { KLMOOMBPHIO = other.KLMOOMBPHIO; } if (other.OEOKBLIOGCB.Length != 0) { OEOKBLIOGCB = other.OEOKBLIOGCB; } if (other.DCNFJNLJEDO.Length != 0) { DCNFJNLJEDO = other.DCNFJNLJEDO; } if (other.GBNOPNPEAOF.Length != 0) { GBNOPNPEAOF = other.GBNOPNPEAOF; } if (other.AMOIBMJGKNN.Length != 0) { AMOIBMJGKNN = other.AMOIBMJGKNN; } if (other.LLCMICAEFGM.Length != 0) { LLCMICAEFGM = other.LLCMICAEFGM; } if (other.MAC.Length != 0) { MAC = other.MAC; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { KLMOOMBPHIO = input.ReadString(); break; } case 18: { OEOKBLIOGCB = input.ReadString(); break; } case 26: { DCNFJNLJEDO = input.ReadString(); break; } case 34: { GBNOPNPEAOF = input.ReadString(); break; } case 42: { AMOIBMJGKNN = input.ReadString(); break; } case 50: { LLCMICAEFGM = input.ReadString(); break; } case 58: { MAC = input.ReadString(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 10: { KLMOOMBPHIO = input.ReadString(); break; } case 18: { OEOKBLIOGCB = input.ReadString(); break; } case 26: { DCNFJNLJEDO = input.ReadString(); break; } case 34: { GBNOPNPEAOF = input.ReadString(); break; } case 42: { AMOIBMJGKNN = input.ReadString(); break; } case 50: { LLCMICAEFGM = input.ReadString(); break; } case 58: { MAC = input.ReadString(); break; } } } } #endif } #endregion } #endregion Designer generated code