Click or drag to resize

wclWiiRemoteClientConnectionSetRumble Method

Turns the Rumble On and Off.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int SetRumble(
	bool TurnOn
)

Parameters

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

Return Value

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