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

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

#include <MunMonitorSession.hpp>

Static Public Member Functions

static std::string GetString ()
 文字列の取得. More...
 
static bool Initialize (MunMonitorConfigure &configure)
 初期化処理. More...
 
static bool Update ()
 更新処理(個別送信処理). More...
 
static void Finalize ()
 終了処理.
 

Detailed Description

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

Member Function Documentation

static std::string MunMonitorSession::GetString ( )
static

文字列の取得.

Returns
文字列を返す.

Here is the call graph for this function:

Here is the caller graph for this function:

bool MunMonitorSession::Initialize ( MunMonitorConfigure configure)
static

初期化処理.

Parameters
configure設定情報.
Returns
初期化処理に成功したら true 、失敗したら false を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

bool MunMonitorSession::Update ( )
static

更新処理(個別送信処理).

Returns
更新に成功したら true、失敗したら false を返す。

Here is the caller graph for this function:


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