System.Bluetooth.TBluetoothAdapter.GetPairedDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPairedDevices: TBluetoothDeviceList; virtual; abstract;

C++

virtual TBluetoothDeviceList* __fastcall GetPairedDevices() = 0 ;

Properties

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

Description

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

Getter of PairedDevices.

See Also