WriteData Method (Int32, Byte)

WiimoteLib

Write a single byte to the Wiimote

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

Syntax

C#
public void WriteData(
	int address,
	byte data
)
Visual Basic (Declaration)
Public Sub WriteData ( _
	address As Integer, _
	data As Byte _
)
Visual C++
public:
void WriteData(
	int address, 
	unsigned char data
)

Parameters

address
Type: System..::.Int32
Address to write
data
Type: System..::.Byte
Byte to write

See Also