System.Bluetooth.TBluetoothManager.LastDiscoveredDevices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LastDiscoveredDevices: TBluetoothDeviceList read FDiscoveredDevices;

C++

__property TBluetoothDeviceList* LastDiscoveredDevices = {read=FDiscoveredDevices};

Eigenschaften

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


Beschreibung

Liste mit Remote-Geräten, die während der letzten Ermittlungsoperation ermittelt wurde.

Siehe auch