System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReliableWrite: Boolean read GetReliableWrite;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Whether the characteristic that provides the descriptor supports reliable write operations (True) or not (False).

You can only read the value of ReliableWrite if the kind of the descriptor is ExtendedProperties.

See Also