mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
535 lines
18 KiB
C#
535 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AnnounceData.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 AnnounceData.proto</summary>
|
|
public static partial class AnnounceDataReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for AnnounceData.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static AnnounceDataReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJBbm5vdW5jZURhdGEucHJvdG8i3wEKDEFubm91bmNlRGF0YRIQCghlbmRf",
|
|
"dGltZRgCIAEoAxISCgpiZWdpbl90aW1lGAggASgDEhMKC0NDT0NIS09MRVBO",
|
|
"GAsgASgNEhMKC0tJQ05ORU9ERkdEGA8gASgJEhMKC0pFTkJNSkFKTEFLGA4g",
|
|
"ASgJEhMKC01BTUlCTU5GSktKGAwgASgNEhMKC05QSUJKTEdBTFBBGA0gASgJ",
|
|
"Ei0KJWlzX2NlbnRlcl9zeXN0ZW1fbGFzdF81X2V2ZXJ5X21pbnV0ZXMYCiAB",
|
|
"KAgSEQoJY29uZmlnX2lkGAcgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
|
|
"ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AnnounceData), global::EggLink.DanhengServer.Proto.AnnounceData.Parser, new[]{ "EndTime", "BeginTime", "CCOCHKOLEPN", "KICNNEODFGD", "JENBMJAJLAK", "MAMIBMNFJKJ", "NPIBJLGALPA", "IsCenterSystemLast5EveryMinutes", "ConfigId" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class AnnounceData : pb::IMessage<AnnounceData>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<AnnounceData> _parser = new pb::MessageParser<AnnounceData>(() => new AnnounceData());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<AnnounceData> 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.AnnounceDataReflection.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 AnnounceData() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AnnounceData(AnnounceData other) : this() {
|
|
endTime_ = other.endTime_;
|
|
beginTime_ = other.beginTime_;
|
|
cCOCHKOLEPN_ = other.cCOCHKOLEPN_;
|
|
kICNNEODFGD_ = other.kICNNEODFGD_;
|
|
jENBMJAJLAK_ = other.jENBMJAJLAK_;
|
|
mAMIBMNFJKJ_ = other.mAMIBMNFJKJ_;
|
|
nPIBJLGALPA_ = other.nPIBJLGALPA_;
|
|
isCenterSystemLast5EveryMinutes_ = other.isCenterSystemLast5EveryMinutes_;
|
|
configId_ = other.configId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AnnounceData Clone() {
|
|
return new AnnounceData(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "end_time" field.</summary>
|
|
public const int EndTimeFieldNumber = 2;
|
|
private long endTime_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long EndTime {
|
|
get { return endTime_; }
|
|
set {
|
|
endTime_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "begin_time" field.</summary>
|
|
public const int BeginTimeFieldNumber = 8;
|
|
private long beginTime_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long BeginTime {
|
|
get { return beginTime_; }
|
|
set {
|
|
beginTime_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CCOCHKOLEPN" field.</summary>
|
|
public const int CCOCHKOLEPNFieldNumber = 11;
|
|
private uint cCOCHKOLEPN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CCOCHKOLEPN {
|
|
get { return cCOCHKOLEPN_; }
|
|
set {
|
|
cCOCHKOLEPN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KICNNEODFGD" field.</summary>
|
|
public const int KICNNEODFGDFieldNumber = 15;
|
|
private string kICNNEODFGD_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string KICNNEODFGD {
|
|
get { return kICNNEODFGD_; }
|
|
set {
|
|
kICNNEODFGD_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JENBMJAJLAK" field.</summary>
|
|
public const int JENBMJAJLAKFieldNumber = 14;
|
|
private string jENBMJAJLAK_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string JENBMJAJLAK {
|
|
get { return jENBMJAJLAK_; }
|
|
set {
|
|
jENBMJAJLAK_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MAMIBMNFJKJ" field.</summary>
|
|
public const int MAMIBMNFJKJFieldNumber = 12;
|
|
private uint mAMIBMNFJKJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MAMIBMNFJKJ {
|
|
get { return mAMIBMNFJKJ_; }
|
|
set {
|
|
mAMIBMNFJKJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NPIBJLGALPA" field.</summary>
|
|
public const int NPIBJLGALPAFieldNumber = 13;
|
|
private string nPIBJLGALPA_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string NPIBJLGALPA {
|
|
get { return nPIBJLGALPA_; }
|
|
set {
|
|
nPIBJLGALPA_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_center_system_last_5_every_minutes" field.</summary>
|
|
public const int IsCenterSystemLast5EveryMinutesFieldNumber = 10;
|
|
private bool isCenterSystemLast5EveryMinutes_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsCenterSystemLast5EveryMinutes {
|
|
get { return isCenterSystemLast5EveryMinutes_; }
|
|
set {
|
|
isCenterSystemLast5EveryMinutes_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "config_id" field.</summary>
|
|
public const int ConfigIdFieldNumber = 7;
|
|
private uint configId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ConfigId {
|
|
get { return configId_; }
|
|
set {
|
|
configId_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as AnnounceData);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(AnnounceData other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EndTime != other.EndTime) return false;
|
|
if (BeginTime != other.BeginTime) return false;
|
|
if (CCOCHKOLEPN != other.CCOCHKOLEPN) return false;
|
|
if (KICNNEODFGD != other.KICNNEODFGD) return false;
|
|
if (JENBMJAJLAK != other.JENBMJAJLAK) return false;
|
|
if (MAMIBMNFJKJ != other.MAMIBMNFJKJ) return false;
|
|
if (NPIBJLGALPA != other.NPIBJLGALPA) return false;
|
|
if (IsCenterSystemLast5EveryMinutes != other.IsCenterSystemLast5EveryMinutes) return false;
|
|
if (ConfigId != other.ConfigId) 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 (EndTime != 0L) hash ^= EndTime.GetHashCode();
|
|
if (BeginTime != 0L) hash ^= BeginTime.GetHashCode();
|
|
if (CCOCHKOLEPN != 0) hash ^= CCOCHKOLEPN.GetHashCode();
|
|
if (KICNNEODFGD.Length != 0) hash ^= KICNNEODFGD.GetHashCode();
|
|
if (JENBMJAJLAK.Length != 0) hash ^= JENBMJAJLAK.GetHashCode();
|
|
if (MAMIBMNFJKJ != 0) hash ^= MAMIBMNFJKJ.GetHashCode();
|
|
if (NPIBJLGALPA.Length != 0) hash ^= NPIBJLGALPA.GetHashCode();
|
|
if (IsCenterSystemLast5EveryMinutes != false) hash ^= IsCenterSystemLast5EveryMinutes.GetHashCode();
|
|
if (ConfigId != 0) hash ^= ConfigId.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 (EndTime != 0L) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt64(EndTime);
|
|
}
|
|
if (ConfigId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(ConfigId);
|
|
}
|
|
if (BeginTime != 0L) {
|
|
output.WriteRawTag(64);
|
|
output.WriteInt64(BeginTime);
|
|
}
|
|
if (IsCenterSystemLast5EveryMinutes != false) {
|
|
output.WriteRawTag(80);
|
|
output.WriteBool(IsCenterSystemLast5EveryMinutes);
|
|
}
|
|
if (CCOCHKOLEPN != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(CCOCHKOLEPN);
|
|
}
|
|
if (MAMIBMNFJKJ != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(MAMIBMNFJKJ);
|
|
}
|
|
if (NPIBJLGALPA.Length != 0) {
|
|
output.WriteRawTag(106);
|
|
output.WriteString(NPIBJLGALPA);
|
|
}
|
|
if (JENBMJAJLAK.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(JENBMJAJLAK);
|
|
}
|
|
if (KICNNEODFGD.Length != 0) {
|
|
output.WriteRawTag(122);
|
|
output.WriteString(KICNNEODFGD);
|
|
}
|
|
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 (EndTime != 0L) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt64(EndTime);
|
|
}
|
|
if (ConfigId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(ConfigId);
|
|
}
|
|
if (BeginTime != 0L) {
|
|
output.WriteRawTag(64);
|
|
output.WriteInt64(BeginTime);
|
|
}
|
|
if (IsCenterSystemLast5EveryMinutes != false) {
|
|
output.WriteRawTag(80);
|
|
output.WriteBool(IsCenterSystemLast5EveryMinutes);
|
|
}
|
|
if (CCOCHKOLEPN != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(CCOCHKOLEPN);
|
|
}
|
|
if (MAMIBMNFJKJ != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(MAMIBMNFJKJ);
|
|
}
|
|
if (NPIBJLGALPA.Length != 0) {
|
|
output.WriteRawTag(106);
|
|
output.WriteString(NPIBJLGALPA);
|
|
}
|
|
if (JENBMJAJLAK.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(JENBMJAJLAK);
|
|
}
|
|
if (KICNNEODFGD.Length != 0) {
|
|
output.WriteRawTag(122);
|
|
output.WriteString(KICNNEODFGD);
|
|
}
|
|
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 (EndTime != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime);
|
|
}
|
|
if (BeginTime != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeginTime);
|
|
}
|
|
if (CCOCHKOLEPN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CCOCHKOLEPN);
|
|
}
|
|
if (KICNNEODFGD.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(KICNNEODFGD);
|
|
}
|
|
if (JENBMJAJLAK.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(JENBMJAJLAK);
|
|
}
|
|
if (MAMIBMNFJKJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MAMIBMNFJKJ);
|
|
}
|
|
if (NPIBJLGALPA.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(NPIBJLGALPA);
|
|
}
|
|
if (IsCenterSystemLast5EveryMinutes != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (ConfigId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfigId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(AnnounceData other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EndTime != 0L) {
|
|
EndTime = other.EndTime;
|
|
}
|
|
if (other.BeginTime != 0L) {
|
|
BeginTime = other.BeginTime;
|
|
}
|
|
if (other.CCOCHKOLEPN != 0) {
|
|
CCOCHKOLEPN = other.CCOCHKOLEPN;
|
|
}
|
|
if (other.KICNNEODFGD.Length != 0) {
|
|
KICNNEODFGD = other.KICNNEODFGD;
|
|
}
|
|
if (other.JENBMJAJLAK.Length != 0) {
|
|
JENBMJAJLAK = other.JENBMJAJLAK;
|
|
}
|
|
if (other.MAMIBMNFJKJ != 0) {
|
|
MAMIBMNFJKJ = other.MAMIBMNFJKJ;
|
|
}
|
|
if (other.NPIBJLGALPA.Length != 0) {
|
|
NPIBJLGALPA = other.NPIBJLGALPA;
|
|
}
|
|
if (other.IsCenterSystemLast5EveryMinutes != false) {
|
|
IsCenterSystemLast5EveryMinutes = other.IsCenterSystemLast5EveryMinutes;
|
|
}
|
|
if (other.ConfigId != 0) {
|
|
ConfigId = other.ConfigId;
|
|
}
|
|
_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 16: {
|
|
EndTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 56: {
|
|
ConfigId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
BeginTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IsCenterSystemLast5EveryMinutes = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
CCOCHKOLEPN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
MAMIBMNFJKJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
NPIBJLGALPA = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
JENBMJAJLAK = input.ReadString();
|
|
break;
|
|
}
|
|
case 122: {
|
|
KICNNEODFGD = 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 16: {
|
|
EndTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 56: {
|
|
ConfigId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
BeginTime = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IsCenterSystemLast5EveryMinutes = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
CCOCHKOLEPN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
MAMIBMNFJKJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
NPIBJLGALPA = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
JENBMJAJLAK = input.ReadString();
|
|
break;
|
|
}
|
|
case 122: {
|
|
KICNNEODFGD = input.ReadString();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|