System.Bluetooth.TBluetoothLEManager.LastDiscoveredDevices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LastDiscoveredDevices: TBluetoothLEDeviceList read FLastDiscoveredLEDevices;

C++

__property TBluetoothLEDeviceList* LastDiscoveredDevices = {read=FLastDiscoveredLEDevices};

Eigenschaften

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


Beschreibung

Liste der Remote-Geräte, die während des letzten Ermittlungsvorgangs gefunden wurden.

Siehe auch