System.Bluetooth.TBluetoothGattCharacteristic.DoAddDescriptor

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

Delphi

function DoAddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddDescriptor(TBluetoothGattDescriptor* const ADescriptor) = 0 ;

プロパティ

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


説明

指定のディスクリプタをキャラクタリスティックに追加し、成功すれば True を、失敗すれば False を、それぞれ返します。

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

関連項目