System.Bluetooth.TBluetoothGattDescriptor.Value

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Value: TBytes read GetValue write SetValue;

C++

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

Propriétés

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


Description

Renvoie la valeur stockée ou définit une nouvelle valeur pour ce TBluetoothGattDescriptor.

La valeur du descripteur est un tableau d'octets. Visitez la page officielle pour plus d'informations sur ce que représentent les octets : Descripteurs de la caractéristique GATT

Voir aussi