System.Bluetooth.TBluetoothGattDescriptor.Notification

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

Delphi

property Notification: Boolean read GetNotification write SetNotification;

C++

__property bool Notification = {read=GetNotification, write=SetNotification, nodefault};

プロパティ

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


説明

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

Notification プロパティの値を読み取ることができるのは、ディスクリプタの種類ClientConfiguration の場合だけです。

関連項目