wclConnections Namespace

 NameDescription
TwclClientConnection

The base class for all client oriented connections.

TwclClientDataConnection

The base class for the client connection that requires data exchange with a remote device.

TwclCustomClientDataProcessor

The base class for all WCL Client Data Processors.

TwclCustomConnection

The base class for all WCL connections.

TwclCustomDataProcessor

The base class for all WCL Data Processors.

TwclCustomServerClientDataProcessor

The base class for all WCL Server Client Data Processors.

TwclServerClientConnection

The base class for all server client connection.

TwclServerClientDataConnection

The base class for the server client connection that requires data exchange with a remote device.

TwclServerConnection

The base class for all server connections.

TwclServerDataConnection

The base class for the server connection that requires data exchange with a remote device.

Top
 NameDescription
TwclClientState

The client connection states.

TwclServerState

The server connections states.

Top
 NameDescription
TwclClientConnectionConnectEvent

The prototype of the OnConnect event handler for client connections.

TwclClientConnectionDisconnectEvent

The prototype of the OnDisconnect event handler for client connections.

TwclClientConnectionProcessorEvent

The Data Client Component's event handler prototype for OnCreateProcessor and OnDestroyProcessor events.

TwclConnectionDataEvent

The OnData event handler prototype.

TwclDataProcessorWriteEvent

The TwclCustomDataProcessorOnWrite event handler prototype.

TwclServerConnectionConnectEvent

The prototype of the OnConnect event handler for server connection.

TwclServerConnectionDataEvent

A server connection OnData event handler prototype.

TwclServerConnectionDisconnectEvent

The prototype of the OnDisconnect event handler for server connections.

TwclServerConnectionProcessorEvent

The Data Server Component's event handler prototype for OnCreateProcessor and OnDestroyProcessor events.

Top