System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoSetUserDescription(const Value: string); virtual; abstract;

C++

virtual void __fastcall DoSetUserDescription(const System::UnicodeString Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Makes the specified text the description of the characteristic that provides the descriptor.

You can only call DoSetUserDescription if the kind of the descriptor is UserDescription and among the descriptors of the characteristic there is a descriptor of kind ExtendedProperties and its WritableAuxiliaries property is True.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.

See Also