System.Bluetooth.TBluetoothAdapter.PairedDevices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PairedDevices: TBluetoothDeviceList read GetPairedDevices;

C++

__property TBluetoothDeviceList* PairedDevices = {read=GetPairedDevices};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter


Beschreibung

Liste mit den Remote-Geräten, die mit dem Gerät gekoppelt sind, auf dem Ihre Anwendung ausgeführt wird.

Siehe auch