System.Bluetooth.TBluetoothLEManager.LastDiscoveredDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastDiscoveredDevices: TBluetoothLEDeviceList read FLastDiscoveredLEDevices;

C++

__property TBluetoothLEDeviceList* LastDiscoveredDevices = {read=FLastDiscoveredLEDevices};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager

Description

List of remote devices discovered during the last discovery operation.

See Also