TwclClientDataConnection.NotifyDataReceived(Pointer,Cardinal) Method

Send a data notification message.

Namespace: wclConnections
protected
 procedure NotifyDataReceived(const Data: Pointer; const Size: Cardinal);

Parameters

Data
Type: Pointer

The data buffer contains received data.

Size
Type: Cardinal

The len of the received data.