Click or drag to resize

wclClientDataConnectionNotifyDataReceived Method

Send a data notification message.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected void NotifyDataReceived(
	byte[] Data
)

Parameters

Data  Byte
The data buffer contains received data.
See Also