Monobit Unity Networking ver.2.8.0 Server API Reference (C#)
mun.MunGenUid Class Reference

ユニークID生成クラス. More...

Static Public Member Functions

static UInt64 GetUid64 (String host, UInt16 port)
 「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する. More...
 
static UInt32 GetUid32 (String host, UInt16 port)
 「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する. More...
 

Detailed Description

ユニークID生成クラス.

Member Function Documentation

static UInt32 mun.MunGenUid.GetUid32 ( String  host,
UInt16  port 
)
static

「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する.

Parameters
hostホスト名.
portポート番号.
Returns
64bitのハッシュ値を返す。

Here is the caller graph for this function:

static UInt64 mun.MunGenUid.GetUid64 ( String  host,
UInt16  port 
)
static

「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する.

Parameters
hostホスト名.
portポート番号.
Returns
64bitのハッシュ値を返す。

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