System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DoGetUserDescription: string; virtual; abstract;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


説明

このディスクリプタを提供するキャラクタリスティックのテキストによる説明を返します。

ディスクリプタの種類UserDescription の場合にのみ、DoGetUserDescription を呼び出すことができます。

メモ: これは、TBluetoothGattDescriptor のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

関連項目