Play-SDK-CSharp
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Play.Protocol.Command Class Reference
Inheritance diagram for LeanCloud.Play.Protocol.Command:

Public Member Functions

 Command ()
 
 Command (Command other)
 
Command Clone ()
 
override bool Equals (object other)
 
bool Equals (Command other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (Command other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int CmdFieldNumber = 1
 Field number for the "cmd" field. More...
 
const int OpFieldNumber = 2
 Field number for the "op" field. More...
 
const int BodyFieldNumber = 3
 Field number for the "body" field. More...
 

Properties

static pb::MessageParser< CommandParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
global::LeanCloud.Play.Protocol.CommandType Cmd [get, set]
 
global::LeanCloud.Play.Protocol.OpType Op [get, set]
 
pb::ByteString Body [get, set]
 

Constructor & Destructor Documentation

◆ Command() [1/2]

LeanCloud.Play.Protocol.Command.Command ( )
inline

◆ Command() [2/2]

LeanCloud.Play.Protocol.Command.Command ( Command  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.Command.CalculateSize ( )
inline

◆ Clone()

Command LeanCloud.Play.Protocol.Command.Clone ( )
inline

◆ Equals() [1/2]

bool LeanCloud.Play.Protocol.Command.Equals ( Command  other)
inline

◆ Equals() [2/2]

override bool LeanCloud.Play.Protocol.Command.Equals ( object  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.Command.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.Command.MergeFrom ( Command  other)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.Command.MergeFrom ( pb::CodedInputStream  input)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.Command.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.Command.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ BodyFieldNumber

const int LeanCloud.Play.Protocol.Command.BodyFieldNumber = 3
static

Field number for the "body" field.

◆ CmdFieldNumber

const int LeanCloud.Play.Protocol.Command.CmdFieldNumber = 1
static

Field number for the "cmd" field.

◆ OpFieldNumber

const int LeanCloud.Play.Protocol.Command.OpFieldNumber = 2
static

Field number for the "op" field.

Property Documentation

◆ Body

pb.ByteString LeanCloud.Play.Protocol.Command.Body
getset

◆ Cmd

global.LeanCloud.Play.Protocol.CommandType LeanCloud.Play.Protocol.Command.Cmd
getset

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.Command.Descriptor
staticget

◆ Op

global.LeanCloud.Play.Protocol.OpType LeanCloud.Play.Protocol.Command.Op
getset

◆ Parser

pb.MessageParser<Command> LeanCloud.Play.Protocol.Command.Parser
staticget

The documentation for this class was generated from the following file: