System.Bluetooth.TBluetoothGattDescriptor.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: TBytes read GetValue write SetValue;

C++

__property System::DynamicArray<System::Byte> Value = {read=GetValue, write=SetValue};

Properties

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

Description

Returns the stored value or defines a new value for this TBluetoothGattDescriptor.

The Descriptor value is an Array of Bytes. See the official page for more information about what the bytes represent: GATT Characteristic Descriptors.

See Also