Click or drag to resize

wclWiiRemoteClientConnectionDoDisconnect Method

Fires the OnDisconnect event.

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

Parameters

Reason  Int32
The disconnection code. If the parameter is WCL_E_SUCCESS the connection was closed by the Disconnect call. Otherwise indicates the disconnection reason.
See Also