System.Bluetooth.TBluetoothLEDevice.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Connect: Boolean;

C++

bool __fastcall Connect();

Properties

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

Description

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.