Click or drag to resize

wclRfCommClientOnConnect Event

The event fires when a connection to a remote device has been completed (with or without success).

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public event wclClientConnectionConnectEvent OnConnect

Value

wclClientConnectionConnectEvent
Remarks
If the Error parameter of the event is not WCL_E_SUCCESS an application may call Connect method again from inside the event handler.
See Also