Click or drag to resize

wclServerDataConnectionDoData Method

Fires the OnData event.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected virtual void DoData(
	wclServerClientDataConnection Client,
	byte[] Data
)

Parameters

Client  wclServerClientDataConnection
A wclServerClientDataConnection object represents a remote client connection.
Data  Byte
The pointer to the received data buffer. It is guaranteed that the parameter points to a valid data buffer. The data buffer is valid only inside the event handler. If an application needs to use the data outside the event handle it must allocate own buffer and copy data into it.
See Also