System.Bluetooth.TBluetoothLEDevice.DoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoConnect: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoConnect() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEDevice implement.

Attempts to establish a connection between the remote device and the manager that discovers the remote device, and returns True on success or False otherwise.

Connect calls DoConnect.