Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
STREAM::MasterUpdatePlayerNameRequest Class Reference

MUNクライアントからmun_masterサーバに対して送信される、プレイヤー名変更要求. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::MasterUpdatePlayerNameRequest:

Public Member Functions

 MasterUpdatePlayerNameRequest ()
 コンストラクタ.
 
 MasterUpdatePlayerNameRequest (Text &_playerName)
 コンストラクタ. More...
 
MasterUpdatePlayerNameRequestoperator= (const MasterUpdatePlayerNameRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

Text playerName
 プレイヤー名. More...
 

Static Public Attributes

static const uint16 payloadType = MASTER_FUNCID_MASTER_UPDATEPLAYERNAME
 payload_typeのID定数値. More...
 

Detailed Description

MUNクライアントからmun_masterサーバに対して送信される、プレイヤー名変更要求.

Constructor & Destructor Documentation

STREAM::MasterUpdatePlayerNameRequest::MasterUpdatePlayerNameRequest ( Text _playerName)

コンストラクタ.

Parameters
_playerNameプレイヤー名.

Member Function Documentation

MasterUpdatePlayerNameRequest& STREAM::MasterUpdatePlayerNameRequest::operator= ( const MasterUpdatePlayerNameRequest rRef)

代入処理.

Parameters
rRef代入値.
bool STREAM::MasterUpdatePlayerNameRequest::Pack ( MunBuffer buffer)

MunBufferへのパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

uint32 STREAM::MasterUpdatePlayerNameRequest::Size ( )

データサイズの取得.

Returns
uint32 データサイズを返す.

Here is the call graph for this function:

bool STREAM::MasterUpdatePlayerNameRequest::Unpack ( MunBuffer buffer)

MunBufferからのアンパッキング.

Parameters
bufferMunBufferクラスオブジェクト.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const uint16 STREAM::MasterUpdatePlayerNameRequest::payloadType = MASTER_FUNCID_MASTER_UPDATEPLAYERNAME
static

payload_typeのID定数値.

Text STREAM::MasterUpdatePlayerNameRequest::playerName

プレイヤー名.


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