System.Bluetooth.Components.TBluetooth.LastDiscoveredDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastDiscoveredDevices: TBluetoothDeviceList read GetLastDiscoveredDevices;//FDiscoveredDevices;

C++

__property System::Bluetooth::TBluetoothDeviceList* LastDiscoveredDevices = {read=GetLastDiscoveredDevices};

Properties

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

Description

Returns a list of the last discovered devices.

See Also