System.Bluetooth.TBluetoothGattCharacteristic.Descriptors
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 の特性ディスクリプタ」。