StreamConnectionState#
Enumeration StreamConnectionState
Index
Enumeration Members
Enumeration Members
CONNECTED
CONNECTED: 4
The stream connection was successful.
CONNECTING
CONNECTING: 2
The stream connection is in the process of connecting.
FAILED
FAILED: 1
The stream connection could not be established.
START
START: 0
The stream connection is in the initialization phase.
UNKNOWN
UNKNOWN: 8
The state of the stream connection is unknown.
The state of the stream connection.