TwclWiiRemoteHidClientConnection.HalCommunicate(THandle) Method

Communicates with the Wii Remote as with HID device.

Namespace: wclBluetooth
protected
 function HalCommunicate(const Event: THandle): Integer; override;

Parameters

Event
Type: THandle

The system even object handle (disconnect event).

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

Overrides

TwclClientConnection.HalCommunicate(THandle)