System.Bluetooth.TBluetoothLEAdvertiseData.ServiceData

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

Delphi

property ServiceData: TArray<TPair<TBluetoothUUID, TBytes>> read GetServiceData;

C++

__property System::DynamicArray<System::Generics::Collections::TPair__2<GUID,System::DynamicArray<System::Byte> > > ServiceData = {read=GetServiceData};

プロパティ

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


説明

アドバタイズされる GATT サービスUUIDデータペア配列です。

サービス データの内容は、キャラクタリスティックまたはディスクリプタの完全な値でも部分的な値でもかまいません。『Getting Started with Bluetooth Low Energy(Bluetooth LE 入門)』の「GATT Attribute Data in Advertising Packets(アドバタイズ パケットの GATT 属性データ)」セクションを参照してください。

関連項目