System.Bluetooth.TBluetoothGattDescriptor.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: TBytes;

C++

System::DynamicArray<System::Byte> __fastcall GetValue();

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.

See Also