TwclCustomDataProcessor.DoWrite(Pointer,Cardinal,Cardinal,Integer) Method

Fires the OnWrite event.

Namespace: wclConnections
protected
 procedure DoWrite(const Data: Pointer; const Size: Cardinal;
 out Written: Cardinal; out WriteResult: Integer); virtual;

Parameters

Data
Type: Pointer

The pointer to the data buffer that a Data Processor needs to send to a connection.

Size
Type: Cardinal

The data buffer size.

Written
Type: Cardinal

The amount of bytes actually written to the device.

WriteResult
Type: Integer

The write operation result.