System.Bluetooth.TBluetoothGattServiceList

提供:RAD Studio API Documentation

エラー: 画像が無効、または存在しません。

Delphi

TBluetoothGattServiceList = class(TObjectList<TBluetoothGattService>);

C++

class PASCALIMPLEMENTATION TBluetoothGattServiceList : public System::Generics::Collections::TObjectList__1<TBluetoothGattService*>

プロパティ

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


説明

Bluetooth GATT サービスリストです。

関連項目