TwclWiiRemoteClientConnection.SetRumble(Boolean) Method

Turns the Rumble On and Off.

Namespace: wclBluetooth
public
 function SetRumble(const TurnOn: Boolean): Integer;

Parameters

TurnOn
Type: Boolean

Set to True to turn the Rumble On. Set to False to turn the Rumble Off.

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.