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

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

Collaboration diagram for mun.STREAM.MasterRoomUpdateLobbyParametersResponse:

Public Member Functions

 MasterRoomUpdateLobbyParametersResponse ()
 コンストラクタ.
 
 MasterRoomUpdateLobbyParametersResponse (ref Text[] _lobbyParameters, ref UInt16 _lobbyParametersLen)
 コンストラクタ. More...
 
 MasterRoomUpdateLobbyParametersResponse (ref MasterRoomUpdateLobbyParametersResponse 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.MasterRoomUpdateLobbyParametersResponse.MasterRoomUpdateLobbyParametersResponse ( ref Text[]  _lobbyParameters,
ref UInt16  _lobbyParametersLen 
)

コンストラクタ.

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

代入処理.

Parameters
rRef代入値.

Member Function Documentation

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

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

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

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

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

Member Data Documentation

Text [] mun.STREAM.MasterRoomUpdateLobbyParametersResponse.lobbyParameters

ロビーパラメータ.

UInt16 mun.STREAM.MasterRoomUpdateLobbyParametersResponse.lobbyParametersLen

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

Property Documentation

UInt16 mun.STREAM.MasterRoomUpdateLobbyParametersResponse.payloadType
get

payload_typeのID定数値.


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