System.Bluetooth.Components.TBluetoothLE.GetDiscoveredDevices

From RAD Studio API Documentation
Revision as of 09:16, 11 March 2015 by AChaves (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetDiscoveredDevices: TBluetoothLEDeviceList;

C++

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

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