ネットワーク接続処理クラス.
More...
| static string mun_monitor.MunMonitorSession.GetString |
( |
| ) |
|
|
static |
初期化処理.
- Parameters
-
| configure | mun_monitorサーバ起動設定情報. |
- Returns
- 初期化処理に成功したら true 、失敗したら false を返す。
| 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 | エラーコード. |
The documentation for this class was generated from the following file: