System.Bluetooth.Components.TBluetooth.PairedDevices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Fragt den aktuellen Adapter nach gekoppelten Geräten ab.

Der Parameter AUUID ist optional. AUUID ist der eindeutige Bezeichner eines Bluetooth-Dienstes. Wenn Sie AUUID angeben, gibt PairedDevices nur die Geräte zurück, die diesen Dienst anbieten.

Siehe auch