System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite

From RAD Studio API Documentation
Revision as of 16:52, 5 December 2014 by AChaves (talk | contribs) (56533)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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