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

mun_monitorサーバの設定. More...

Public Member Functions

string GetProcessName ()
 プロセス名の取得. More...
 
string GetMonitoringAddr ()
 モニタリング用ソケットのアドレスの取得. More...
 
UInt16 GetMonitoringPort ()
 モニタリング用ソケットのポートの取得. More...
 
UInt32 GetTimeout ()
 タイムアウト時間の取得. More...
 
Int32 Analyze (string[] args)
 引数解析. More...
 

Protected Member Functions

string GetUsageCommandLine ()
 コマンドライン の Usage テキストの取得. More...
 
string GetUsageDescription ()
 テキストの引数内容説明部分の取得. More...
 
Int32 ProcOption (string option, string arg)
 オプション毎の処理. More...
 
void PrintUsage ()
 標準出力に引数ヘルプを表示.
 

Protected Attributes

string[] opts
 オプション引数リスト. More...
 
string m_ProcessName = ""
 プロセス名. More...
 
string m_MonitoringAddr = "0.0.0.0"
 モニタリング用ソケットのアドレス. More...
 
UInt16 m_MonitoringPort = 0
 モニタリング用ソケットのポート. More...
 
UInt32 m_Timeout = 0
 タイムアウト時間. More...
 

Detailed Description

mun_monitorサーバの設定.

Member Function Documentation

Int32 mun_monitor.MunMonitorConfigure.Analyze ( string[]  args)

引数解析.

Parameters
args引数配列.
Returns
処理が成功した場合には 0、失敗した場合には -1 を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

string mun_monitor.MunMonitorConfigure.GetMonitoringAddr ( )

モニタリング用ソケットのアドレスの取得.

Returns
モニタリング用ソケットのアドレススを返す.

Here is the caller graph for this function:

UInt16 mun_monitor.MunMonitorConfigure.GetMonitoringPort ( )

モニタリング用ソケットのポートの取得.

Returns
モニタリング用ソケットのポートを返す.

Here is the caller graph for this function:

string mun_monitor.MunMonitorConfigure.GetProcessName ( )

プロセス名の取得.

Returns
プロセス名を返す.

Here is the caller graph for this function:

UInt32 mun_monitor.MunMonitorConfigure.GetTimeout ( )

タイムアウト時間の取得.

Returns
タイムアウト時間を返す.

Here is the caller graph for this function:

string mun_monitor.MunMonitorConfigure.GetUsageCommandLine ( )
protected

コマンドライン の Usage テキストの取得.

Returns
コマンドライン の Usage テキストを返す.

Here is the caller graph for this function:

string mun_monitor.MunMonitorConfigure.GetUsageDescription ( )
protected

テキストの引数内容説明部分の取得.

Returns
テキストの引数内容説明部分を返す.

Here is the caller graph for this function:

Int32 mun_monitor.MunMonitorConfigure.ProcOption ( string  option,
string  arg 
)
protected

オプション毎の処理.

Parameters
optionオプション文字(char)。オプションではない引数を渡す場合は -1.
argオプション引数。オプションではない引数の場合は NULL.
Returns
処理が成功した場合には 0、失敗した場合には -1 を返す。

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

string mun_monitor.MunMonitorConfigure.m_MonitoringAddr = "0.0.0.0"
protected

モニタリング用ソケットのアドレス.

UInt16 mun_monitor.MunMonitorConfigure.m_MonitoringPort = 0
protected

モニタリング用ソケットのポート.

string mun_monitor.MunMonitorConfigure.m_ProcessName = ""
protected

プロセス名.

UInt32 mun_monitor.MunMonitorConfigure.m_Timeout = 0
protected

タイムアウト時間.

string [] mun_monitor.MunMonitorConfigure.opts
protected
Initial value:
= { "--help", "-h",
"--monitor-addr", "-X",
"--monitor-port", "-x",
"--timeout", "-t" }

オプション引数リスト.


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