Click or drag to resize

WOTI_ConnectionState Enumeration

Defines all possible WORMS connection states.

Namespace: Woti
Assembly: Woti (in Woti.dll) Version: 13.4.271.0
Syntax
public enum WOTI_ConnectionState
Members
Member nameValueDescription
CS_Invalid0 
CS_Disconnected1 
CS_PendingConnect2 
CS_Connected3 
CS_PendingDisconnect4 
CS_PendingReconnect5 
CS_SocketOpened6 
CS_SocketClosed7 
CS_PendingProxyConnect8 
CS_ProxyConnected9 
See Also