Files
DanhengServer-OpenSource/Proto/HandInfo.cs
2025-04-15 16:44:46 +08:00

394 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HandInfo.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 HandInfo.proto</summary>
public static partial class HandInfoReflection {
#region Descriptor
/// <summary>File descriptor for HandInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static HandInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Cg5IYW5kSW5mby5wcm90bxoQTW90aW9uSW5mby5wcm90byJ+CghIYW5kSW5m",
"bxITCgtNSk5OQkxDRENCShgPIAEoDBITCgtHRkpJSUFCQU5MTRgHIAEoDRIg",
"CgtoYW5kX21vdGlvbhgMIAEoCzILLk1vdGlvbkluZm8SEwoLTUNCSU9ITUlN",
"R04YAyABKA0SEQoJY29uZmlnX2lkGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MotionInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HandInfo), global::EggLink.DanhengServer.Proto.HandInfo.Parser, new[]{ "MJNNBLCDCBJ", "GFJIIABANLM", "HandMotion", "MCBIOHMIMGN", "ConfigId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HandInfo : pb::IMessage<HandInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<HandInfo> _parser = new pb::MessageParser<HandInfo>(() => new HandInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<HandInfo> 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.HandInfoReflection.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 HandInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HandInfo(HandInfo other) : this() {
mJNNBLCDCBJ_ = other.mJNNBLCDCBJ_;
gFJIIABANLM_ = other.gFJIIABANLM_;
handMotion_ = other.handMotion_ != null ? other.handMotion_.Clone() : null;
mCBIOHMIMGN_ = other.mCBIOHMIMGN_;
configId_ = other.configId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HandInfo Clone() {
return new HandInfo(this);
}
/// <summary>Field number for the "MJNNBLCDCBJ" field.</summary>
public const int MJNNBLCDCBJFieldNumber = 15;
private pb::ByteString mJNNBLCDCBJ_ = pb::ByteString.Empty;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pb::ByteString MJNNBLCDCBJ {
get { return mJNNBLCDCBJ_; }
set {
mJNNBLCDCBJ_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "GFJIIABANLM" field.</summary>
public const int GFJIIABANLMFieldNumber = 7;
private uint gFJIIABANLM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GFJIIABANLM {
get { return gFJIIABANLM_; }
set {
gFJIIABANLM_ = value;
}
}
/// <summary>Field number for the "hand_motion" field.</summary>
public const int HandMotionFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.MotionInfo handMotion_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MotionInfo HandMotion {
get { return handMotion_; }
set {
handMotion_ = value;
}
}
/// <summary>Field number for the "MCBIOHMIMGN" field.</summary>
public const int MCBIOHMIMGNFieldNumber = 3;
private uint mCBIOHMIMGN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MCBIOHMIMGN {
get { return mCBIOHMIMGN_; }
set {
mCBIOHMIMGN_ = value;
}
}
/// <summary>Field number for the "config_id" field.</summary>
public const int ConfigIdFieldNumber = 11;
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 HandInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(HandInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (MJNNBLCDCBJ != other.MJNNBLCDCBJ) return false;
if (GFJIIABANLM != other.GFJIIABANLM) return false;
if (!object.Equals(HandMotion, other.HandMotion)) return false;
if (MCBIOHMIMGN != other.MCBIOHMIMGN) 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 (MJNNBLCDCBJ.Length != 0) hash ^= MJNNBLCDCBJ.GetHashCode();
if (GFJIIABANLM != 0) hash ^= GFJIIABANLM.GetHashCode();
if (handMotion_ != null) hash ^= HandMotion.GetHashCode();
if (MCBIOHMIMGN != 0) hash ^= MCBIOHMIMGN.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 (MCBIOHMIMGN != 0) {
output.WriteRawTag(24);
output.WriteUInt32(MCBIOHMIMGN);
}
if (GFJIIABANLM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(GFJIIABANLM);
}
if (ConfigId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ConfigId);
}
if (handMotion_ != null) {
output.WriteRawTag(98);
output.WriteMessage(HandMotion);
}
if (MJNNBLCDCBJ.Length != 0) {
output.WriteRawTag(122);
output.WriteBytes(MJNNBLCDCBJ);
}
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 (MCBIOHMIMGN != 0) {
output.WriteRawTag(24);
output.WriteUInt32(MCBIOHMIMGN);
}
if (GFJIIABANLM != 0) {
output.WriteRawTag(56);
output.WriteUInt32(GFJIIABANLM);
}
if (ConfigId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ConfigId);
}
if (handMotion_ != null) {
output.WriteRawTag(98);
output.WriteMessage(HandMotion);
}
if (MJNNBLCDCBJ.Length != 0) {
output.WriteRawTag(122);
output.WriteBytes(MJNNBLCDCBJ);
}
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 (MJNNBLCDCBJ.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeBytesSize(MJNNBLCDCBJ);
}
if (GFJIIABANLM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GFJIIABANLM);
}
if (handMotion_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HandMotion);
}
if (MCBIOHMIMGN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MCBIOHMIMGN);
}
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(HandInfo other) {
if (other == null) {
return;
}
if (other.MJNNBLCDCBJ.Length != 0) {
MJNNBLCDCBJ = other.MJNNBLCDCBJ;
}
if (other.GFJIIABANLM != 0) {
GFJIIABANLM = other.GFJIIABANLM;
}
if (other.handMotion_ != null) {
if (handMotion_ == null) {
HandMotion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
HandMotion.MergeFrom(other.HandMotion);
}
if (other.MCBIOHMIMGN != 0) {
MCBIOHMIMGN = other.MCBIOHMIMGN;
}
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 24: {
MCBIOHMIMGN = input.ReadUInt32();
break;
}
case 56: {
GFJIIABANLM = input.ReadUInt32();
break;
}
case 88: {
ConfigId = input.ReadUInt32();
break;
}
case 98: {
if (handMotion_ == null) {
HandMotion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
input.ReadMessage(HandMotion);
break;
}
case 122: {
MJNNBLCDCBJ = input.ReadBytes();
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: {
MCBIOHMIMGN = input.ReadUInt32();
break;
}
case 56: {
GFJIIABANLM = input.ReadUInt32();
break;
}
case 88: {
ConfigId = input.ReadUInt32();
break;
}
case 98: {
if (handMotion_ == null) {
HandMotion = new global::EggLink.DanhengServer.Proto.MotionInfo();
}
input.ReadMessage(HandMotion);
break;
}
case 122: {
MJNNBLCDCBJ = input.ReadBytes();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code