System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite
Delphi
function DoGetReliableWrite: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoGetReliableWrite(void) = 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.