Bluetooth Framework C++ Edition

◆ HalWrite()

virtual int HalWrite ( const unsigned char *const  Report,
const unsigned char  Size 
)
overrideprotectedvirtual

Sends data to the Wii Remote as to HID device.

Parameters
ReportThe pointer to the report data buffer.
SizeThe report data size.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

Implements CwclWiiRemoteClientConnection.