SetReportType Method

WiimoteLib

Set Wiimote reporting mode

Namespace:  WiimoteLib
Assembly:  WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.0)

Syntax

C#
public void SetReportType(
	Wiimote..::.InputReport type,
	bool continuous
)
Visual Basic (Declaration)
Public Sub SetReportType ( _
	type As Wiimote..::.InputReport, _
	continuous As Boolean _
)
Visual C++
public:
void SetReportType(
	Wiimote..::.InputReport type, 
	bool continuous
)

Parameters

type
Type: WiimoteLib..::.Wiimote..::.InputReport
Report type
continuous
Type: System..::.Boolean
Continuous data

See Also