System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite

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

Delphi

function DoGetReliableWrite: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetReliableWrite() = 0 ;

プロパティ

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


説明

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

ディスクリプタの種類ExtendedProperties の場合にのみ、DoGetReliableWrite を呼び出すことができます。

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

関連項目