System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ReliableWrite: Boolean read GetReliableWrite;

C++

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

Propriétés

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


Description

Définit que la caractéristique qui fournit le descripteur supporte les opérations d'écriture fiable (True), ou (False) sinon.

Vous pouvez seulement lire la valeur de ReliableWrite si le type du descripteur est ExtendedProperties.

Voir aussi