System.Bluetooth.TBluetoothLEAdvertiseData.ServiceData
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 属性データ)」セクションを参照してください。