System.Bluetooth.TBluetoothGattDescriptor.GetValue
Delphi
<source lang="delphi">
function GetValue: TBytes;
</source>C++
<source lang="cpp">
System::Sysutils::TBytes __fastcall GetValue();
</source>Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattDescriptor |
Description
Getter of Value. Gets the stored value for this descriptor.
The GetValue function returns the stored value for this descriptor by calling DoGetValue.