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

mun_roomサーバからmun_masterサーバに対して送信される、mun_roomサーバのアドレス情報. More...

#include <MunStream.hpp>

Collaboration diagram for STREAM::RoomMasterSetAddressRequest:

Public Member Functions

 RoomMasterSetAddressRequest ()
 コンストラクタ.
 
 RoomMasterSetAddressRequest (uint64 _roomUid, Text &_address, uint16 _tcp_port, uint16 _udp_port, uint16 _ws_port, uint16 _wss_port)
 コンストラクタ. More...
 
RoomMasterSetAddressRequestoperator= (const RoomMasterSetAddressRequest &rRef)
 代入処理. More...
 
uint32 Size ()
 データサイズの取得. More...
 
bool Pack (MunBuffer &buffer)
 MunBufferへのパッキング. More...
 
bool Unpack (MunBuffer &buffer)
 MunBufferからのアンパッキング. More...
 

Public Attributes

uint64 roomUid
 ルームサーバ自身のユニークID. More...
 
Text address
 IPアドレス. More...
 
uint16 tcp_port
 TCPポート番号. More...
 
uint16 udp_port
 UDPポート番号. More...
 
uint16 ws_port
 WebSocketポート番号. More...
 
uint16 wss_port
 WebSocketSecureポート番号. More...
 

Static Public Attributes

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

Detailed Description

mun_roomサーバからmun_masterサーバに対して送信される、mun_roomサーバのアドレス情報.

Constructor & Destructor Documentation

STREAM::RoomMasterSetAddressRequest::RoomMasterSetAddressRequest ( uint64  _roomUid,
Text _address,
uint16  _tcp_port,
uint16  _udp_port,
uint16  _ws_port,
uint16  _wss_port 
)

コンストラクタ.

Parameters
_roomUidルームサーバ自身のユニークID.
_addressIPアドレス.
_tcp_portTCPポート番号.
_udp_portUDPポート番号.
_ws_portWebSocketポート番号.
_wss_portWebSocketSecureポート番号.

Here is the call graph for this function:

Member Function Documentation

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

代入処理.

Parameters
rRef代入値.

Here is the call graph for this function:

bool STREAM::RoomMasterSetAddressRequest::Pack ( MunBuffer buffer)

MunBufferへのパッキング.

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

Here is the call graph for this function:

Here is the caller graph for this function:

uint32 STREAM::RoomMasterSetAddressRequest::Size ( )

データサイズの取得.

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

Here is the call graph for this function:

bool STREAM::RoomMasterSetAddressRequest::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

Text STREAM::RoomMasterSetAddressRequest::address

IPアドレス.

const uint16 STREAM::RoomMasterSetAddressRequest::payloadType = ROOMMASTER_FUNCID_ROOMMASTER_SETADDRESS
static

payload_typeのID定数値.

uint64 STREAM::RoomMasterSetAddressRequest::roomUid

ルームサーバ自身のユニークID.

uint16 STREAM::RoomMasterSetAddressRequest::tcp_port

TCPポート番号.

uint16 STREAM::RoomMasterSetAddressRequest::udp_port

UDPポート番号.

uint16 STREAM::RoomMasterSetAddressRequest::ws_port

WebSocketポート番号.

uint16 STREAM::RoomMasterSetAddressRequest::wss_port

WebSocketSecureポート番号.


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