System.Bluetooth.TBluetoothLEManager.FDiscoveredLEDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDiscoveredLEDevices: TBluetoothLEDeviceList;

C++

TBluetoothLEDeviceList* FDiscoveredLEDevices;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager

Description

Protected field that provides the value of the read-only LastDiscoveredDevices property.

See Also