TwclCustomDataProcessor Class

The base class for all WCL Data Processors.

Namespace: wclConnections
type
 TwclCustomDataProcessor = class
 end;

The TwclCustomDataProcessor type exposes the following members.

Show:
 NameDescription
Create

Creates new Data Processor.

Top
Show:
 NameDescription
DoWrite(Pointer,Cardinal,Cardinal,Integer)

Fires the OnWrite event.

ProcessData(Pointer,Cardinal)

The method called by the Connection when data has been received from a remote device.

Write(Pointer,Cardinal)

Sends data to the connected device.

WriteData(Pointer,Cardinal,Cardinal)

Implements a connection-dependent code that sends data to the connected device.

Top
Show:
 NameDescription
OnWrite

The event fires when the Data Processor needs to write data to a connection but a connection is not assigned.

Top

The Data Processor is a class the allows to add additional data processing for Connections.