Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.STREAM.MasterRoomForceJoinRequest Class Reference

MUNクライアントからmun_masterサーバに対して送信される、ルーム強制入室要求. More...

Collaboration diagram for mun.STREAM.MasterRoomForceJoinRequest:

Public Member Functions

 MasterRoomForceJoinRequest ()
 コンストラクタ.
 
 MasterRoomForceJoinRequest (ref Byte _protocol, ref CreateRoomInfo _roomInfo, ref CreateLobbyInfo _lobbyInfo)
 コンストラクタ. More...
 
 MasterRoomForceJoinRequest (ref MasterRoomForceJoinRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Byte protocol
 問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP. More...
 
CreateRoomInfo roomInfo
 強制入室するルーム情報. More...
 
CreateLobbyInfo lobbyInfo
 強制入室するルームが所属するロビー情報. More...
 

Properties

UInt16 payloadType [get]
 payload_typeのID定数値. More...
 

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、ルーム強制入室要求.

Constructor & Destructor Documentation

mun.STREAM.MasterRoomForceJoinRequest.MasterRoomForceJoinRequest ( ref Byte  _protocol,
ref CreateRoomInfo  _roomInfo,
ref CreateLobbyInfo  _lobbyInfo 
)

コンストラクタ.

Parameters
_protocol問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP.
_roomInfo強制入室するルーム情報.
_lobbyInfo強制入室するルームが所属するロビー情報.
mun.STREAM.MasterRoomForceJoinRequest.MasterRoomForceJoinRequest ( ref MasterRoomForceJoinRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

bool mun.STREAM.MasterRoomForceJoinRequest.Pack ( ref mrs.Buffer  buffer)

mrs::Bufferへのパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

bool mun.STREAM.MasterRoomForceJoinRequest.Unpack ( ref mrs.Buffer  buffer)

mrs::Bufferからのアンパッキング.

Parameters
buffermrs::Bufferクラスオブジェクト.

Here is the call graph for this function:

Member Data Documentation

CreateLobbyInfo mun.STREAM.MasterRoomForceJoinRequest.lobbyInfo

強制入室するルームが所属するロビー情報.

Byte mun.STREAM.MasterRoomForceJoinRequest.protocol

問い合わせするルームサーバの接続プロトコルの要求について。0 なら TCP, 1なら UDP.

CreateRoomInfo mun.STREAM.MasterRoomForceJoinRequest.roomInfo

強制入室するルーム情報.

Property Documentation

UInt16 mun.STREAM.MasterRoomForceJoinRequest.payloadType
get

payload_typeのID定数値.


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