Files
DanhengServer-OpenSource/Proto/ExtraDeviceInfo.cs
2024-08-11 16:23:02 +08:00

459 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ExtraDeviceInfo.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from ExtraDeviceInfo.proto</summary>
public static partial class ExtraDeviceInfoReflection {
#region Descriptor
/// <summary>File descriptor for ExtraDeviceInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ExtraDeviceInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVFeHRyYURldmljZUluZm8ucHJvdG8inAEKD0V4dHJhRGV2aWNlSW5mbxIT",
"CgtFSkRCQ09NSUVIQxgBIAEoCRITCgtLQUpBT0ZNUEFMRBgCIAEoCRITCgtL",
"RlBQQ0JMS0xLSxgDIAEoCRITCgtDRkJBRkpOTkhDQhgEIAEoCRITCgtQT0lN",
"R0tBTU5ISRgFIAEoCRITCgtETktQS09ETVBGTBgGIAEoCRILCgNNQUMYByAB",
"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[]{ "EJDBCOMIEHC", "KAJAOFMPALD", "KFPPCBLKLKK", "CFBAFJNNHCB", "POIMGKAMNHI", "DNKPKODMPFL", "MAC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ExtraDeviceInfo : pb::IMessage<ExtraDeviceInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ExtraDeviceInfo> _parser = new pb::MessageParser<ExtraDeviceInfo>(() => new ExtraDeviceInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ExtraDeviceInfo> 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() {
eJDBCOMIEHC_ = other.eJDBCOMIEHC_;
kAJAOFMPALD_ = other.kAJAOFMPALD_;
kFPPCBLKLKK_ = other.kFPPCBLKLKK_;
cFBAFJNNHCB_ = other.cFBAFJNNHCB_;
pOIMGKAMNHI_ = other.pOIMGKAMNHI_;
dNKPKODMPFL_ = other.dNKPKODMPFL_;
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);
}
/// <summary>Field number for the "EJDBCOMIEHC" field.</summary>
public const int EJDBCOMIEHCFieldNumber = 1;
private string eJDBCOMIEHC_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string EJDBCOMIEHC {
get { return eJDBCOMIEHC_; }
set {
eJDBCOMIEHC_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "KAJAOFMPALD" field.</summary>
public const int KAJAOFMPALDFieldNumber = 2;
private string kAJAOFMPALD_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string KAJAOFMPALD {
get { return kAJAOFMPALD_; }
set {
kAJAOFMPALD_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "KFPPCBLKLKK" field.</summary>
public const int KFPPCBLKLKKFieldNumber = 3;
private string kFPPCBLKLKK_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string KFPPCBLKLKK {
get { return kFPPCBLKLKK_; }
set {
kFPPCBLKLKK_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "CFBAFJNNHCB" field.</summary>
public const int CFBAFJNNHCBFieldNumber = 4;
private string cFBAFJNNHCB_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string CFBAFJNNHCB {
get { return cFBAFJNNHCB_; }
set {
cFBAFJNNHCB_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "POIMGKAMNHI" field.</summary>
public const int POIMGKAMNHIFieldNumber = 5;
private string pOIMGKAMNHI_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string POIMGKAMNHI {
get { return pOIMGKAMNHI_; }
set {
pOIMGKAMNHI_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "DNKPKODMPFL" field.</summary>
public const int DNKPKODMPFLFieldNumber = 6;
private string dNKPKODMPFL_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string DNKPKODMPFL {
get { return dNKPKODMPFL_; }
set {
dNKPKODMPFL_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "MAC" field.</summary>
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 (EJDBCOMIEHC != other.EJDBCOMIEHC) return false;
if (KAJAOFMPALD != other.KAJAOFMPALD) return false;
if (KFPPCBLKLKK != other.KFPPCBLKLKK) return false;
if (CFBAFJNNHCB != other.CFBAFJNNHCB) return false;
if (POIMGKAMNHI != other.POIMGKAMNHI) return false;
if (DNKPKODMPFL != other.DNKPKODMPFL) 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 (EJDBCOMIEHC.Length != 0) hash ^= EJDBCOMIEHC.GetHashCode();
if (KAJAOFMPALD.Length != 0) hash ^= KAJAOFMPALD.GetHashCode();
if (KFPPCBLKLKK.Length != 0) hash ^= KFPPCBLKLKK.GetHashCode();
if (CFBAFJNNHCB.Length != 0) hash ^= CFBAFJNNHCB.GetHashCode();
if (POIMGKAMNHI.Length != 0) hash ^= POIMGKAMNHI.GetHashCode();
if (DNKPKODMPFL.Length != 0) hash ^= DNKPKODMPFL.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 (EJDBCOMIEHC.Length != 0) {
output.WriteRawTag(10);
output.WriteString(EJDBCOMIEHC);
}
if (KAJAOFMPALD.Length != 0) {
output.WriteRawTag(18);
output.WriteString(KAJAOFMPALD);
}
if (KFPPCBLKLKK.Length != 0) {
output.WriteRawTag(26);
output.WriteString(KFPPCBLKLKK);
}
if (CFBAFJNNHCB.Length != 0) {
output.WriteRawTag(34);
output.WriteString(CFBAFJNNHCB);
}
if (POIMGKAMNHI.Length != 0) {
output.WriteRawTag(42);
output.WriteString(POIMGKAMNHI);
}
if (DNKPKODMPFL.Length != 0) {
output.WriteRawTag(50);
output.WriteString(DNKPKODMPFL);
}
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 (EJDBCOMIEHC.Length != 0) {
output.WriteRawTag(10);
output.WriteString(EJDBCOMIEHC);
}
if (KAJAOFMPALD.Length != 0) {
output.WriteRawTag(18);
output.WriteString(KAJAOFMPALD);
}
if (KFPPCBLKLKK.Length != 0) {
output.WriteRawTag(26);
output.WriteString(KFPPCBLKLKK);
}
if (CFBAFJNNHCB.Length != 0) {
output.WriteRawTag(34);
output.WriteString(CFBAFJNNHCB);
}
if (POIMGKAMNHI.Length != 0) {
output.WriteRawTag(42);
output.WriteString(POIMGKAMNHI);
}
if (DNKPKODMPFL.Length != 0) {
output.WriteRawTag(50);
output.WriteString(DNKPKODMPFL);
}
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 (EJDBCOMIEHC.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(EJDBCOMIEHC);
}
if (KAJAOFMPALD.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(KAJAOFMPALD);
}
if (KFPPCBLKLKK.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(KFPPCBLKLKK);
}
if (CFBAFJNNHCB.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(CFBAFJNNHCB);
}
if (POIMGKAMNHI.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(POIMGKAMNHI);
}
if (DNKPKODMPFL.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(DNKPKODMPFL);
}
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.EJDBCOMIEHC.Length != 0) {
EJDBCOMIEHC = other.EJDBCOMIEHC;
}
if (other.KAJAOFMPALD.Length != 0) {
KAJAOFMPALD = other.KAJAOFMPALD;
}
if (other.KFPPCBLKLKK.Length != 0) {
KFPPCBLKLKK = other.KFPPCBLKLKK;
}
if (other.CFBAFJNNHCB.Length != 0) {
CFBAFJNNHCB = other.CFBAFJNNHCB;
}
if (other.POIMGKAMNHI.Length != 0) {
POIMGKAMNHI = other.POIMGKAMNHI;
}
if (other.DNKPKODMPFL.Length != 0) {
DNKPKODMPFL = other.DNKPKODMPFL;
}
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: {
EJDBCOMIEHC = input.ReadString();
break;
}
case 18: {
KAJAOFMPALD = input.ReadString();
break;
}
case 26: {
KFPPCBLKLKK = input.ReadString();
break;
}
case 34: {
CFBAFJNNHCB = input.ReadString();
break;
}
case 42: {
POIMGKAMNHI = input.ReadString();
break;
}
case 50: {
DNKPKODMPFL = 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: {
EJDBCOMIEHC = input.ReadString();
break;
}
case 18: {
KAJAOFMPALD = input.ReadString();
break;
}
case 26: {
KFPPCBLKLKK = input.ReadString();
break;
}
case 34: {
CFBAFJNNHCB = input.ReadString();
break;
}
case 42: {
POIMGKAMNHI = input.ReadString();
break;
}
case 50: {
DNKPKODMPFL = input.ReadString();
break;
}
case 58: {
MAC = input.ReadString();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code