![]() |
Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
|
mun_masterサーバからMUNクライアントに対して送信される、ルーム退室処理結果. More...
#include <MunStream.hpp>

Public Member Functions | |
| MasterRoomLeaveResponse () | |
| コンストラクタ. | |
| MasterRoomLeaveResponse (int32 _result, SummaryRoomInfo *_roomInfo, uint16 _roomInfoLen) | |
| コンストラクタ. More... | |
| MasterRoomLeaveResponse & | operator= (const MasterRoomLeaveResponse &rRef) |
| 代入処理. More... | |
| uint32 | Size () |
| データサイズの取得. More... | |
| bool | Pack (MunBuffer &buffer) |
| MunBufferへのパッキング. More... | |
| bool | Unpack (MunBuffer &buffer) |
| MunBufferからのアンパッキング. More... | |
Public Attributes | |
| int32 | result |
| ルーム退室処理結果(列挙型ERRORCODE_IDの定数). More... | |
| SummaryRoomInfo | roomInfo [ROOM_LIST_MAX] |
| ルーム統計情報. More... | |
| uint16 | roomInfoLen |
| ルーム統計の登録数. More... | |
Static Public Attributes | |
| static const uint16 | payloadType = MASTER_FUNCID_MASTER_ROOM_LEAVERESULT |
| payload_typeのID定数値. More... | |
mun_masterサーバからMUNクライアントに対して送信される、ルーム退室処理結果.
| STREAM::MasterRoomLeaveResponse::MasterRoomLeaveResponse | ( | int32 | _result, |
| SummaryRoomInfo * | _roomInfo, | ||
| uint16 | _roomInfoLen | ||
| ) |
コンストラクタ.
| _result | ルーム退室処理結果(列挙型ERRORCODE_IDの定数). |
| _roomInfo | ルーム統計情報の先頭アドレス. |
| _roomInfoLen | _roomInfo の登録数. |
| MasterRoomLeaveResponse& STREAM::MasterRoomLeaveResponse::operator= | ( | const MasterRoomLeaveResponse & | rRef | ) |
代入処理.
| rRef | 代入値. |
| bool STREAM::MasterRoomLeaveResponse::Pack | ( | MunBuffer & | buffer | ) |
MunBufferへのパッキング.
| buffer | MunBufferクラスオブジェクト. |


| uint32 STREAM::MasterRoomLeaveResponse::Size | ( | ) |
データサイズの取得.

| bool STREAM::MasterRoomLeaveResponse::Unpack | ( | MunBuffer & | buffer | ) |
MunBufferからのアンパッキング.
| buffer | MunBufferクラスオブジェクト. |

|
static |
payload_typeのID定数値.
| int32 STREAM::MasterRoomLeaveResponse::result |
ルーム退室処理結果(列挙型ERRORCODE_IDの定数).
| SummaryRoomInfo STREAM::MasterRoomLeaveResponse::roomInfo[ROOM_LIST_MAX] |
ルーム統計情報.
| uint16 STREAM::MasterRoomLeaveResponse::roomInfoLen |
ルーム統計の登録数.