System.Bluetooth.TBluetoothGattCharacteristic.DoGetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetValue: TBytes; virtual; abstract;

C++

virtual System::Sysutils::TBytes __fastcall DoGetValue() = 0 ;

Propriétés

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


Description

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattCharacteristic spécifiques à la plate-forme.

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

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.

GetValue appelle DoGetValue.

Prise en charge de la plate-forme

Plate-forme Bluetooth Low Energy
Client Serveur

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

Voir aussi