System.Bluetooth.TBluetoothGattDescriptor.Indication

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

Delphi

property Indication: Boolean read GetIndication write SetIndication;

C++

__property bool Indication = {read=GetIndication, write=SetIndication, nodefault};

プロパティ

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


説明

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

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

関連項目