WOTI_ConnectionState Enumeration |
Defines all possible WORMS connection states.
Namespace: WotiAssembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntaxpublic enum WOTI_ConnectionState
Public Enumeration WOTI_ConnectionState
public enum class WOTI_ConnectionState
Members| Member name | Value | Description |
|---|
| CS_Invalid | 0 | |
| CS_Disconnected | 1 | |
| CS_PendingConnect | 2 | |
| CS_Connected | 3 | |
| CS_PendingDisconnect | 4 | |
| CS_PendingReconnect | 5 | |
| CS_SocketOpened | 6 | |
| CS_SocketClosed | 7 | |
| CS_PendingProxyConnect | 8 | |
| CS_ProxyConnected | 9 | |
See Also