System.Bluetooth.TBluetoothGattDescriptor.DoGetIndication

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

Delphi

function DoGetIndication: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetIndication() = 0 ;

プロパティ

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


説明

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

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

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

関連項目