System.Bluetooth.Components.TBluetooth.PairedDevices

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function PairedDevices: TBluetoothDeviceList; overload;
function PairedDevices(const AUUID: TBluetoothUUID): TBluetoothDeviceList; overload;

C++

System::Bluetooth::TBluetoothDeviceList* __fastcall PairedDevices()/* overload */;
System::Bluetooth::TBluetoothDeviceList* __fastcall PairedDevices(const GUID &AUUID)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Description

Interroge l'adaptateur en cours sur les périphériques appairés.

Le paramètre AUUID est optionnel. AUUID est l'identifiant unique d'un service Bluetooth. Si vous spécifiez AUUID, PairedDevices renvoie uniquement des périphériques qui offrent ce service.

Voir aussi