Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
MonobitEngine.MunVersion Class Reference

バージョン管理クラス. More...

Static Public Member Functions

static void Initialize ()
 初期化処理.
 
static UInt32 GetVersion (String key)
 バージョンの取得. More...
 
static UInt32 GetRemoteVersion (IntPtr remoteConnection, String key)
 接続先のバージョンの取得. More...
 

Static Public Attributes

static String MRS_VERSION_KEY = Mrs.MRS_VERSION_KEY
 
static String MUN_VERSION_KEY = "mun"
 
static UInt32 MUN_VERSION = 0x00010001
 

Static Protected Attributes

static IntPtr s_RemoteConnection = IntPtr.Zero
 

Properties

static IntPtr RemoteConnection [set]
 

Detailed Description

バージョン管理クラス.

Member Function Documentation

static UInt32 MonobitEngine.MunVersion.GetRemoteVersion ( IntPtr  remoteConnection,
String  key 
)
static

接続先のバージョンの取得.

Parameters
remoteConnection接続先モジュール.
key取得対象バージョンのキー.
Returns
取得したバージョンを返す。

Here is the caller graph for this function:

static UInt32 MonobitEngine.MunVersion.GetVersion ( String  key)
static

バージョンの取得.

Parameters
key取得対象バージョンのキー.
Returns
取得したバージョンを返す。

Here is the caller graph for this function:


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