ESteamNetConnectionEnd enum

Inheritance

Constructors

ESteamNetConnectionEnd(int value)
const
ESteamNetConnectionEnd.fromValue(int value)
factory

Values

invalid → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(0)
appMin → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(1000)
appGeneric → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(1000)
appMax → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(1999)
appExceptionMin → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(2000)
appExceptionGeneric → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(2000)
appExceptionMax → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(2999)
localMin → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3000)
localOfflineMode → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3001)
localManyRelayConnectivity → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3002)
localHostedServerPrimaryRelay → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3003)
localNetworkConfig → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3004)
localRights → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3005)
localP2pIceNoPublicAddresses → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3006)
localMax → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(3999)
remoteMin → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4000)
remoteTimeout → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4001)
remoteBadCrypt → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4002)
remoteBadCert → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4003)
remoteBadProtocolVersion → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4006)
remoteP2pIceNoPublicAddresses → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4007)
remoteMax → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(4999)
miscMin → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5000)
miscGeneric → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5001)
miscInternalError → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5002)
miscTimeout → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5003)
miscSteamConnectivity → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5005)
miscNoRelaySessionsToClient → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5006)
miscP2pRendezvous → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5008)
miscP2pNatFirewall → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5009)
miscPeerSentNoConnection → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5010)
miscMax → const ESteamNetConnectionEnd
const ESteamNetConnectionEnd(5999)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ESteamNetConnectionEnd>
A constant List of the values in this enum, in order of their declaration.