Click or drag to resize

wclRfCommServerDoConnect Method

Fires the OnConnect event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoConnect(
	wclRfCommServerClientConnection Client,
	int Error
)

Parameters

Client  wclRfCommServerClientConnection
The wclServerClientConnection represents a remote connected client.
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