API:System.Bluetooth.TBluetoothManager.GetPairedDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPairedDevices(const AnAdapter: TBluetoothAdapter): TBluetoothDeviceList; overload;
function GetPairedDevices: TBluetoothDeviceList; overload;

C++

TBluetoothDeviceList* __fastcall GetPairedDevices(TBluetoothAdapter* const AnAdapter)/* overload */;
TBluetoothDeviceList* __fastcall GetPairedDevices()/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.