ESnetSocketState enum

Inheritance

Constructors

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

Values

invalid → const ESnetSocketState
const ESnetSocketState(0)
connected → const ESnetSocketState
const ESnetSocketState(1)
initiated → const ESnetSocketState
const ESnetSocketState(10)
localCandidatesFound → const ESnetSocketState
const ESnetSocketState(11)
receivedRemoteCandidates → const ESnetSocketState
const ESnetSocketState(12)
challengeHandshake → const ESnetSocketState
const ESnetSocketState(15)
disconnecting → const ESnetSocketState
const ESnetSocketState(21)
localDisconnect → const ESnetSocketState
const ESnetSocketState(22)
timeoutDuringConnect → const ESnetSocketState
const ESnetSocketState(23)
remoteEndDisconnected → const ESnetSocketState
const ESnetSocketState(24)
connectionBroken → const ESnetSocketState
const ESnetSocketState(25)

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<ESnetSocketState>
A constant List of the values in this enum, in order of their declaration.