System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetReliableWrite: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetReliableWrite() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Returns True if the characteristic that provides the descriptor supports reliable write operations or False otherwise.

You can only call DoGetReliableWrite if the kind of the descriptor is ExtendedProperties.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.

See Also