System.Bluetooth.TBluetoothManager.FDiscoveredDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDiscoveredDevices: TBluetoothDeviceList;

C++

TBluetoothDeviceList* FDiscoveredDevices;

Properties

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

Description

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

See Also