Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun_monitor.MunMonitorSession Class Reference

ネットワーク接続処理クラス. More...

Static Public Member Functions

static string GetString ()
 文字列の取得. More...
 
static bool Initialize (MunMonitorConfigure configure)
 初期化処理. More...
 
static bool Update ()
 更新処理(個別送信処理).
 
static void Terminate ()
 終了処理.
 
static void OnConnect (MrsConnection connection, IntPtr connection_data)
 接続できた時のコールバック処理. More...
 
static void OnDisconnect (MrsConnection connection, IntPtr connection_data)
 切断した時のコールバック処理. More...
 
static void OnError (MrsConnection connection, IntPtr connection_data, Mrs.MrsConnectionError status)
 エラーが発生した時のコールバック処理. More...
 

Detailed Description

ネットワーク接続処理クラス.

Member Function Documentation

static string mun_monitor.MunMonitorSession.GetString ( )
static

文字列の取得.

Returns
文字列を返す.

Here is the caller graph for this function:

static bool mun_monitor.MunMonitorSession.Initialize ( MunMonitorConfigure  configure)
static

初期化処理.

Parameters
configuremun_monitorサーバ起動設定情報.
Returns
初期化処理に成功したら true 、失敗したら false を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

static void mun_monitor.MunMonitorSession.OnConnect ( MrsConnection  connection,
IntPtr  connection_data 
)
static

接続できた時のコールバック処理.

Parameters
connectionコネクション.
connection_dataコネクションデータ.
static void mun_monitor.MunMonitorSession.OnDisconnect ( MrsConnection  connection,
IntPtr  connection_data 
)
static

切断した時のコールバック処理.

Parameters
connectionコネクション.
connection_dataコネクションデータ.
static void mun_monitor.MunMonitorSession.OnError ( MrsConnection  connection,
IntPtr  connection_data,
Mrs.MrsConnectionError  status 
)
static

エラーが発生した時のコールバック処理.

Parameters
connectionコネクション.
connection_dataコネクションデータ.
statusエラーコード.

Here is the call graph for this function:


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