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

Public Member Functions

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

Static Public Attributes

const int RoomOptionsFieldNumber = 1
 Field number for the "room_options" field. More...
 
const int AddrFieldNumber = 2
 Field number for the "addr" field. More...
 

Properties

static pb::MessageParser< JoinRoomResponseParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
global::LeanCloud.Play.Protocol.RoomOptions RoomOptions [get, set]
 
string Addr [get, set]
 

Constructor & Destructor Documentation

◆ JoinRoomResponse() [1/2]

LeanCloud.Play.Protocol.JoinRoomResponse.JoinRoomResponse ( )
inline

◆ JoinRoomResponse() [2/2]

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

Member Function Documentation

◆ CalculateSize()

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

◆ Clone()

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ GetHashCode()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ ToString()

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

◆ WriteTo()

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

Member Data Documentation

◆ AddrFieldNumber

const int LeanCloud.Play.Protocol.JoinRoomResponse.AddrFieldNumber = 2
static

Field number for the "addr" field.

◆ RoomOptionsFieldNumber

const int LeanCloud.Play.Protocol.JoinRoomResponse.RoomOptionsFieldNumber = 1
static

Field number for the "room_options" field.

Property Documentation

◆ Addr

string LeanCloud.Play.Protocol.JoinRoomResponse.Addr
getset

◆ Descriptor

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

◆ Parser

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

◆ RoomOptions

global.LeanCloud.Play.Protocol.RoomOptions LeanCloud.Play.Protocol.JoinRoomResponse.RoomOptions
getset

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