|
static pb::MessageParser< Command > | Parser [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] |
|
◆ Command() [1/2]
LeanCloud.Play.Protocol.Command.Command |
( |
| ) |
|
|
inline |
◆ Command() [2/2]
LeanCloud.Play.Protocol.Command.Command |
( |
Command |
other | ) |
|
|
inline |
◆ 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 |
◆ 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.
◆ 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: