System.Bluetooth.Components.TBluetoothLE.GetDiscoveredDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDiscoveredDevices: TBluetoothLEDeviceList;

C++

System::Bluetooth::TBluetoothLEDeviceList* __fastcall GetDiscoveredDevices(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Getter of the DiscoveredDevices property.

See Also