System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries
Delphi
function DoGetWritableAuxiliaries: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoGetWritableAuxiliaries(void) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattDescriptor |
説明
キャラクタリスティックのテキストによる説明を編集できる場合は True を、そうでない場合は False を、それぞれ返します。
ディスクリプタの種類が ExtendedProperties の場合にのみ、DoGetWritableAuxiliaries を呼び出すことができます。
- メモ: これは、TBluetoothGattDescriptor のプラットフォーム固有のサブクラスで実装される抽象メソッドです。