Steamworks::​ESteamNetworkingConnectionState
UnityObjectLink
Steamworks::​ESteamNetworkingConnectionState

enum:/TYPE/Steamworks.ESteamNetworkingConnectionState///

Parent

UnityObjectLink

Variables
steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate__force32bit
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate__force32bit

enum constant number 6

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_closedbypeer
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_closedbypeer

enum constant number 4

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_connected
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_connected

enum constant number 3

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_connecting
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_connecting

enum constant number 1

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_dead
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_dead

enum constant number 7

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_findingroute
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_findingroute

enum constant number 2

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_finwait
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_finwait

enum constant number 9

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_linger
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_linger

enum constant number 8

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_none
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_none

enum constant number 0

steamworks::​esteamnetworkingconnectionstate::​k_esteamnetworkingconnectionstate_problemdetectedlocally
static readonly steamworks::esteamnetworkingconnectionstate::k_esteamnetworkingconnectionstate_problemdetectedlocally

enum constant number 5

Functions
steamworks::​esteamnetworkingconnectionstate::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

steamworks::​esteamnetworkingconnectionstate::​enumtoint
static System.Int32 EnumToInt(
Steamworks.ESteamNetworkingConnectionState enum
)

no documentation

Parameters
enum

an enum of type Steamworks::ESteamNetworkingConnectionState

Returns

System.Int32

steamworks::​esteamnetworkingconnectionstate::​inttoenum
static Steamworks.ESteamNetworkingConnectionState IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than Steamworks::ESteamNetworkingConnectionState::Count()

Returns

Steamworks.ESteamNetworkingConnectionState

toint
System.String ToInt()

ToInt, equivalent to Steamworks::ESteamNetworkingConnectionState::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to Steamworks::ESteamNetworkingConnectionState::EnumToString(enum)

Returns

System.String