System.Bluetooth.TBluetoothGattCharacteristic.Descriptors

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

Delphi

property Descriptors: TBluetoothGattDescriptorList read GetDescriptors;

C++

__property TBluetoothGattDescriptorList* Descriptors = {read=GetDescriptors};

プロパティ

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


説明

この特性に対するディスクリプタのリストを返します。Descriptors の型はTBluetoothGattDescriptorList です。

ディスクリプタは、特性の値を記述する定義済みの属性です。詳細については、オフィシャル ページを参照してください: 「GATT の特性ディスクリプタ」。

関連項目