System.Bluetooth.TBluetoothLEServiceData

提供: RAD Studio API Documentation
移動先: 案内検索

System.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEServiceData

Delphi

TBluetoothLEServiceData = class(TDictionary<TBluetoothUUID, TBytes>);

C++

class PASCALIMPLEMENTATION TBluetoothLEServiceData : public System::Generics::Collections::TDictionary__2<GUID,System::DynamicArray<System::Byte> >

プロパティ

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


説明

GATT サービスUUID をキーとし、アドバタイズされるそれらのサービスのデータを値とするディクショナリです。

関連項目