Click or drag to resize

wclWiiRemoteClientConnectionProcessReport Method

The function parses the received report.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected void ProcessReport(
	byte[] Report
)

Parameters

Report  Byte
A pointer to the report data.
Remarks
The method must be called from the communication thread to process received reports.
See Also