Enum ConnectionState
- Namespace
- QuickLink
- Assembly
- QuickLink.dll
Represents the state of the connection.
public enum ConnectionState
Fields
Connected = 2
The connection is successfully established.
Connecting = 1
The connection is in the process of connecting.
Disconnected = 0
The connection is disconnected.
Error = 3
An error occurred during the connection.