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

MUNクライアントからmun_masterサーバに対して送信される、ロビー通知パラメータ変更要求. More...

Collaboration diagram for mun.STREAM.MasterRoomUpdateLobbyParametersRequest:

Public Member Functions

 MasterRoomUpdateLobbyParametersRequest ()
 コンストラクタ.
 
 MasterRoomUpdateLobbyParametersRequest (ref Text[] _lobbyParameters, ref UInt16 _lobbyParametersLen)
 コンストラクタ. More...
 
 MasterRoomUpdateLobbyParametersRequest (ref MasterRoomUpdateLobbyParametersRequest rRef)
 代入処理. More...
 
bool Pack (ref mrs.Buffer buffer)
 mrs::Bufferへのパッキング. More...
 
bool Unpack (ref mrs.Buffer buffer)
 mrs::Bufferからのアンパッキング. More...
 

Public Attributes

Text[] lobbyParameters
 ロビーパラメータ. More...
 
UInt16 lobbyParametersLen
 ロビーパラメータの登録数. More...
 

Properties

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

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、ロビー通知パラメータ変更要求.

Constructor & Destructor Documentation

mun.STREAM.MasterRoomUpdateLobbyParametersRequest.MasterRoomUpdateLobbyParametersRequest ( ref Text[]  _lobbyParameters,
ref UInt16  _lobbyParametersLen 
)

コンストラクタ.

Parameters
_lobbyParametersロビー通知パラメータの先頭アドレス.
_lobbyParametersLen_lobbyParametersの登録数.
mun.STREAM.MasterRoomUpdateLobbyParametersRequest.MasterRoomUpdateLobbyParametersRequest ( ref MasterRoomUpdateLobbyParametersRequest  rRef)

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

Parameters
buffermrs::Bufferクラスオブジェクト.
bool mun.STREAM.MasterRoomUpdateLobbyParametersRequest.Unpack ( ref mrs.Buffer  buffer)

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

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

Member Data Documentation

Text [] mun.STREAM.MasterRoomUpdateLobbyParametersRequest.lobbyParameters

ロビーパラメータ.

UInt16 mun.STREAM.MasterRoomUpdateLobbyParametersRequest.lobbyParametersLen

ロビーパラメータの登録数.

Property Documentation

UInt16 mun.STREAM.MasterRoomUpdateLobbyParametersRequest.payloadType
get

payload_typeのID定数値.


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