TwclCustomConnection Class

The base class for all WCL connections.

Namespace: wclConnections
type
 TwclCustomConnection = class
 end;

The TwclCustomConnection type exposes the following members.

Show:
 NameDescription
Create

Creates a new connection.

Destroy

Frees the connection.

Top
Show:
 NameDescription
Receiver

Gets the connection message receiver object.

ThreadId

Gets the connection's thread ID.

Top
Show:
 NameDescription
Enter

Enters the connection's critical section.

Leave

Exists *leaves) the connection's critical section.

MessageReceived(TwclMessage)

The message receiver calls this method when a new notification message has been received.

Top

A connection implements a hardware-dependent methods to communicate with a remote devices: IrDA, Classic Bluetooth, BLE, Serial etc.