System.Bluetooth.TBluetoothGattCharacteristic.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue: TBytes;

C++

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

Propriétés

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


Description

Accesseur en lecture de Value. Obtient la valeur stockée de cette caractéristique.

La fonction GetValue renvoie la valeur stockée de cette caractéristique en appelant DoGetValue.

La valeur en cache de la caractéristique est mise à jour suite à une opération ReadCharacteristic ou avec une notification de mise à jour de caractéristique consécutive à l'opération SubscribeToCharacteristic.

Voir aussi