Read data or register from Wiimote

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public byte[] ReadData(
	int address,
	short size
)
Visual Basic (Declaration)
Public Function ReadData ( _
	address As Integer, _
	size As Short _
) As Byte()
Visual C++
public:
array<unsigned char>^ ReadData(
	int address, 
	short size
)

Parameters

address
Type: System..::.Int32
Address to read
size
Type: System..::.Int16
Length to read

Return Value

Data buffer

See Also