Enum ConnectionState#
Defined in File IConnection.cs
Enum Documentation#
- enum xbe.sdk.Network.ConnectionState#
Describes the various states of the connection.
Values:
- NOT_CONNECTED#
The connection is not currently active.
- CONNECTING#
The .
- CONNECTED#
The connection to the remote player or server is alive and healthy.
- LOST_CONNECTION#
The connection was lost due to an unknown error.
- REFUSED#
An error occurred while attempting to initiate the connection.