System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries

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

Delphi

property WritableAuxiliaries: Boolean read GetWritableAuxiliaries;

C++

__property bool WritableAuxiliaries = {read=GetWritableAuxiliaries, nodefault};

プロパティ

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


説明

キャラクタリスティックテキストによる説明を編集できる(True)か、そうでない(False)かを示します。

ディスクリプタの種類ExtendedProperties の場合にのみ、WritableAuxiliaries の値を読み取ることができます。

関連項目