ConnectionState Enumeration |
Namespace: SharpCharts.Base.Connection
public enum ConnectionState
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown | |
Connecting | 1 | Connecting | |
Connected | 2 | Connected | |
ConnectionFailed | 3 | Connection failed | |
ConnectionLost | 4 | Connection lost | |
Disconnecting | 5 | Disconnecting | |
Disconnected | 6 | Disconnected |