System.Bluetooth.TBluetoothGattDescriptor.UserDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserDescription: string read GetUserDescription write SetUserDescription;

C++

__property System::UnicodeString UserDescription = {read=GetUserDescription, write=SetUserDescription};

Properties

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

Description

Description of the characteristic that provides the descriptor.

You can only read UserDescription if the kind of the descriptor is UserDescription.

You can only write UserDescription 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.

See Also