System.Bluetooth.TBluetoothGattDeviceList

Aus RAD Studio API Documentation

TBluetoothGattDeviceListSystem.Generics.Collections.TObjectListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObject

Delphi

TBluetoothGattDeviceList = class(TObjectList<TBluetoothLEDevice>);

C++

class PASCALIMPLEMENTATION TBluetoothGattDeviceList : public System::Generics::Collections::TObjectList__1<TBluetoothLEDevice*>

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Liste der Bluetooth Low Energy-Geräte.

Siehe auch