Steamworks::​SteamNetworkingIdentity
UnityObjectLink
Steamworks::​SteamNetworkingIdentity

/

Parent

UnityObjectLink

Variables
m_etype
steamworks::​steamnetworkingidentity::​k_cbmaxgenericbytes
static readonly System.Int32 steamworks::steamnetworkingidentity::k_cbmaxgenericbytes
steamworks::​steamnetworkingidentity::​k_cchmaxgenericstring
static readonly System.Int32 steamworks::steamnetworkingidentity::k_cchmaxgenericstring
steamworks::​steamnetworkingidentity::​k_cchmaxstring
static readonly System.Int32 steamworks::steamnetworkingidentity::k_cchmaxstring
steamworks::​steamnetworkingidentity::​k_cchmaxxboxpairwiseid
static readonly System.Int32 steamworks::steamnetworkingidentity::k_cchmaxxboxpairwiseid
Functions
clear
System.Void Clear()
Returns

System.Void

getfakeiptype
Returns

Steamworks.ESteamNetworkingFakeIPType

getgenericstring
System.String GetGenericString()
Returns

System.String

getipaddr
Returns

Steamworks.SteamNetworkingIPAddr

getipv4
System.UInt32 GetIPv4()
Returns

System.UInt32

getpsnid
System.UInt64 GetPSNID()
Returns

System.UInt64

getstadiaid
System.UInt64 GetStadiaID()
Returns

System.UInt64

getsteamid
Steamworks.CSteamID GetSteamID()
Returns

Steamworks.CSteamID

getsteamid64
System.UInt64 GetSteamID64()
Returns

System.UInt64

getxboxpairwiseid
System.String GetXboxPairwiseID()
Returns

System.String

isfakeip
System.Boolean IsFakeIP()
Returns

System.Boolean

isinvalid
System.Boolean IsInvalid()
Returns

System.Boolean

islocalhost
System.Boolean IsLocalHost()
Returns

System.Boolean

parsestring
System.Boolean ParseString(
System.String pszStr
)

System.String pszStr-no documentation

Parameters

pszStr -

Returns

System.Boolean

setgenericbytes
System.Boolean SetGenericBytes(
System.Byte[] data,
System.UInt32 cbLen
)

System.Byte[] data-no documentation

Parameters
data
System.Byte[]

no documentation cbLen -

Returns

System.Boolean

setgenericstring
System.Boolean SetGenericString(
System.String pszString
)

System.String pszString-no documentation

Parameters

pszString -

Returns

System.Boolean

setipaddr
System.Void SetIPAddr(
Steamworks.SteamNetworkingIPAddr addr
)

Steamworks.SteamNetworkingIPAddr addr-no documentation

Parameters

addr -

Returns

System.Void

setipv4addr
System.Void SetIPv4Addr(
System.UInt32 nIPv4,
System.UInt16 nPort
)

System.UInt32 nIPv4-no documentation

Parameters
nIPv4
System.UInt32

no documentation nPort -

Returns

System.Void

setlocalhost
System.Void SetLocalHost()
Returns

System.Void

setpsnid
System.Void SetPSNID(
System.UInt64 id
)

System.UInt64 id-no documentation

Parameters

id -

Returns

System.Void

setstadiaid
System.Void SetStadiaID(
System.UInt64 id
)

System.UInt64 id-no documentation

Parameters

id -

Returns

System.Void

setsteamid
System.Void SetSteamID(
Steamworks.CSteamID steamID
)

Steamworks.CSteamID steamID-no documentation

Parameters

steamID -

Returns

System.Void

setsteamid64
System.Void SetSteamID64(
System.UInt64 steamID
)

System.UInt64 steamID-no documentation

Parameters

steamID -

Returns

System.Void

setxboxpairwiseid
System.Boolean SetXboxPairwiseID(
System.String pszString
)

System.String pszString-no documentation

Parameters

pszString -

Returns

System.Boolean

steamworks::​steamnetworkingidentity::​create

Constructor replaces new

Returns

Steamworks.SteamNetworkingIdentity