System.Bluetooth.TBluetoothGattDescriptor.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue: TBytes;

C++

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

Propriétés

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


Description

Accesseur en lecture de Value. Obtient la valeur stockée de ce descripteur.

La fonction GetValue renvoie la valeur stockée de ce descripteur en appelant DoGetValue.

Voir aussi