System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WritableAuxiliaries: Boolean read GetWritableAuxiliaries;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Whether you can edit the textual description of the characteristic (True) or not (False).

You can only read the value of WritableAuxiliaries if the kind of the descriptor is ExtendedProperties.

See Also