System.Bluetooth.TBluetoothGattDescriptor.DoGetNotification

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

Delphi

function DoGetNotification: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetNotification() = 0 ;

プロパティ

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


説明

キャラクタリスティックの値が変化するとその更新を送信するようリモート サーバーが構成されていれば、True を返します。そうでなければ、False を返します。

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

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

関連項目