System.Bluetooth.Components.TBluetoothLE.DiscoveredDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DiscoveredDevices: TBluetoothLEDeviceList read GetDiscoveredDevices;

C++

__property System::Bluetooth::TBluetoothLEDeviceList* DiscoveredDevices = {read=GetDiscoveredDevices};

Properties

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

Description

List of remote devices discovered during the last discovery operation.

See Also