System.Bluetooth.TBluetoothGattDescriptor.DoSetIndication

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

Delphi

procedure DoSetIndication(const AValue: Boolean); virtual; abstract;

C++

virtual void __fastcall DoSetIndication(const bool AValue) = 0 ;

プロパティ

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


説明

キャラクタリスティックの値が変化するとその更新を送信し、新しい値を正常に受信したとクライアントから確認が来るのを待つよう、リモート サーバーが構成されているか(True)、構成されていないか(False)を定義します。

DoSetIndication を呼び出すことができるのは、ディスクリプタの種類ClientConfiguration の場合だけです。

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

関連項目