Click or drag to resize

wclWiiRemoteClientConnectionDoConnect Method

Fires the OnConnect event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected override void DoConnect(
	int Error
)

Parameters

Error  Int32
The connection operation result code. If the parameter is WCL_E_SUCCESS the connection to a remote device was established and the remote device is connected. Otherwise the connection was not established and the remote device is not connected.
See Also