System.Bluetooth.TBluetoothGattDeviceList

提供: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*>

プロパティ

種類 可視性 ソース ユニット
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


説明

Bluetooth LE デバイスリストです。

関連項目