TwclClientState Enumeration

The client connection states.

Namespace: wclConnections
type
 TwclClientState = (
 csDisconnected,
 csPreparing,
 csConnecting,
 csConnected,
 csDisconnecting
 );

The TwclClientState type exposes the following members.

Show:
 NameDescription
csConnected

A client is connected to a remote device.

csConnecting

A client is connecting to a remote device.

csDisconnected

A client is disconnected.

csDisconnecting

A client is disconnecting from a remote device.

csPreparing

A client is preparing for connection.

Top