System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription

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

Delphi

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

C++

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

プロパティ

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


説明

指定されたテキストを、このディスクリプタを提供するキャラクタリスティックの説明にします。

DoSetUserDescription を呼び出すことができるのは、ディスクリプタの種類UserDescription で、キャラクタリスティックのディスクリプタの中に種類が ExtendedPropertiesディスクリプタがあり、その WritableAuxiliaries プロパティが True である場合だけです。

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

関連項目