System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetUserDescription: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall DoGetUserDescription() = 0 ;

Properties

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

Description

Returns a textual description of the characteristic that provides the descriptor.

You can only call DoGetUserDescription if the kind of the descriptor is UserDescription.

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

See Also