TwclRfCommClient.OnConnect Event

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

Namespace: wclBluetooth
published
 property OnConnect: TwclClientConnectionConnectEvent read FOnConnect
 write FOnConnect;

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