Read data or register from Wiimote
Namespace:
WiimoteLib
Assembly:
WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.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 ) |