System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite

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

Delphi

property ReliableWrite: Boolean read GetReliableWrite;

C++

__property bool ReliableWrite = {read=GetReliableWrite, nodefault};

プロパティ

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


説明

このディスクリプタを提供するキャラクタリスティック信頼できる書き込み操作がサポートされている(True)か、そうでない(False)かを示します。

ディスクリプタの種類ExtendedProperties の場合にのみ、ReliableWrite の値を読み取ることができます。

関連項目