System.Bluetooth.TBluetoothManager.LastDiscoveredDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastDiscoveredDevices: TBluetoothDeviceList read FDiscoveredDevices;

C++

__property TBluetoothDeviceList* LastDiscoveredDevices = {read=FDiscoveredDevices};

Properties

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

Description

List of remote devices discovered during the last discovery operation.

See Also