// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: SwitchHandDataScRsp.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 SwitchHandDataScRsp.proto public static partial class SwitchHandDataScRspReflection { #region Descriptor /// File descriptor for SwitchHandDataScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static SwitchHandDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlTd2l0Y2hIYW5kRGF0YVNjUnNwLnByb3RvGhFJRENITU1EUE5PTC5wcm90", "byJzChNTd2l0Y2hIYW5kRGF0YVNjUnNwEg8KB3JldGNvZGUYBiABKA0SEwoL", "SE5HTktJQ0pOQUgYAyABKA0SEwoLRUhKRURKRkZBRkEYBSABKA0SIQoLSkdO", "R0NCTk9NTkYYCCADKAsyDC5JRENITU1EUE5PTEIeqgIbRWdnTGluay5EYW5o", "ZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IDCHMMDPNOLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SwitchHandDataScRsp), global::EggLink.DanhengServer.Proto.SwitchHandDataScRsp.Parser, new[]{ "Retcode", "HNGNKICJNAH", "EHJEDJFFAFA", "JGNGCBNOMNF" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class SwitchHandDataScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SwitchHandDataScRsp()); 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.SwitchHandDataScRspReflection.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 SwitchHandDataScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SwitchHandDataScRsp(SwitchHandDataScRsp other) : this() { retcode_ = other.retcode_; hNGNKICJNAH_ = other.hNGNKICJNAH_; eHJEDJFFAFA_ = other.eHJEDJFFAFA_; jGNGCBNOMNF_ = other.jGNGCBNOMNF_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SwitchHandDataScRsp Clone() { return new SwitchHandDataScRsp(this); } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "HNGNKICJNAH" field. public const int HNGNKICJNAHFieldNumber = 3; private uint hNGNKICJNAH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HNGNKICJNAH { get { return hNGNKICJNAH_; } set { hNGNKICJNAH_ = value; } } /// Field number for the "EHJEDJFFAFA" field. public const int EHJEDJFFAFAFieldNumber = 5; private uint eHJEDJFFAFA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EHJEDJFFAFA { get { return eHJEDJFFAFA_; } set { eHJEDJFFAFA_ = value; } } /// Field number for the "JGNGCBNOMNF" field. public const int JGNGCBNOMNFFieldNumber = 8; private static readonly pb::FieldCodec _repeated_jGNGCBNOMNF_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.IDCHMMDPNOL.Parser); private readonly pbc::RepeatedField jGNGCBNOMNF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField JGNGCBNOMNF { get { return jGNGCBNOMNF_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as SwitchHandDataScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(SwitchHandDataScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Retcode != other.Retcode) return false; if (HNGNKICJNAH != other.HNGNKICJNAH) return false; if (EHJEDJFFAFA != other.EHJEDJFFAFA) return false; if(!jGNGCBNOMNF_.Equals(other.jGNGCBNOMNF_)) 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 (Retcode != 0) hash ^= Retcode.GetHashCode(); if (HNGNKICJNAH != 0) hash ^= HNGNKICJNAH.GetHashCode(); if (EHJEDJFFAFA != 0) hash ^= EHJEDJFFAFA.GetHashCode(); hash ^= jGNGCBNOMNF_.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 (HNGNKICJNAH != 0) { output.WriteRawTag(24); output.WriteUInt32(HNGNKICJNAH); } if (EHJEDJFFAFA != 0) { output.WriteRawTag(40); output.WriteUInt32(EHJEDJFFAFA); } if (Retcode != 0) { output.WriteRawTag(48); output.WriteUInt32(Retcode); } jGNGCBNOMNF_.WriteTo(output, _repeated_jGNGCBNOMNF_codec); 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 (HNGNKICJNAH != 0) { output.WriteRawTag(24); output.WriteUInt32(HNGNKICJNAH); } if (EHJEDJFFAFA != 0) { output.WriteRawTag(40); output.WriteUInt32(EHJEDJFFAFA); } if (Retcode != 0) { output.WriteRawTag(48); output.WriteUInt32(Retcode); } jGNGCBNOMNF_.WriteTo(ref output, _repeated_jGNGCBNOMNF_codec); 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 (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (HNGNKICJNAH != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HNGNKICJNAH); } if (EHJEDJFFAFA != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EHJEDJFFAFA); } size += jGNGCBNOMNF_.CalculateSize(_repeated_jGNGCBNOMNF_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(SwitchHandDataScRsp other) { if (other == null) { return; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.HNGNKICJNAH != 0) { HNGNKICJNAH = other.HNGNKICJNAH; } if (other.EHJEDJFFAFA != 0) { EHJEDJFFAFA = other.EHJEDJFFAFA; } jGNGCBNOMNF_.Add(other.jGNGCBNOMNF_); _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 24: { HNGNKICJNAH = input.ReadUInt32(); break; } case 40: { EHJEDJFFAFA = input.ReadUInt32(); break; } case 48: { Retcode = input.ReadUInt32(); break; } case 66: { jGNGCBNOMNF_.AddEntriesFrom(input, _repeated_jGNGCBNOMNF_codec); 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 24: { HNGNKICJNAH = input.ReadUInt32(); break; } case 40: { EHJEDJFFAFA = input.ReadUInt32(); break; } case 48: { Retcode = input.ReadUInt32(); break; } case 66: { jGNGCBNOMNF_.AddEntriesFrom(ref input, _repeated_jGNGCBNOMNF_codec); break; } } } } #endif } #endregion } #endregion Designer generated code