System.Bluetooth.TBluetoothLEAdapterList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TObjectListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEAdapterList

Delphi

TBluetoothLEAdapterList = class(TObjectList<TBluetoothLEAdapter>);

C++

class PASCALIMPLEMENTATION TBluetoothLEAdapterList : public System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

List of Bluetooth Low Energy adapters.

See Also