System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription
Delphi
function DoGetUserDescription: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall DoGetUserDescription(void) = 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.