System.Bluetooth.TBluetoothLEAdvertiseData.ServiceData

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

Delphi

property ServiceData: TArray<TServiceDataRawData> read GetServiceData;

C++

__property System::DynamicArray<TServiceDataRawData> ServiceData = {read=GetServiceData};

プロパティ

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


説明

GATT サービスが発信するサービス データの TServiceDataRawData配列

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

関連項目