ConnectionState Enumeration |
Namespace: FM.IceLink
Member name | Value | Description | |
---|---|---|---|
New | 1 | Indicates that the connection is new and has not been started. | |
Initializing | 2 | Indicates that the connection is being initialized but no connecting attempts have been made. | |
Connecting | 3 | Indicates that the connection is currently connecting. | |
Connected | 4 | Indicates that the connection is currently connected. | |
Failing | 5 | Indicates that the connection has encountered an error and is cleaning up. | |
Failed | 6 | Indicates that the connection has encountered an error and has cleaned up. | |
Closing | 7 | Indicates that the connection has been instructed to close and is cleaning up. | |
Closed | 8 | Indicates that the connection has been instructed to close and has cleaned up. |
Copyright 2016+ Frozen Mountain Software