System.Bluetooth.TBluetoothGattDescriptor.DoSetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoSetValue(const AValue: TBytes); virtual; abstract;

C++

virtual void __fastcall DoSetValue(const System::DynamicArray<System::Byte> AValue) = 0 ;

Propriétés

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


Description

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

Accesseur en écriture de Value. Met à jour la valeur stockée localement de ce descripteur.

SetValue appelle DoSetValue.

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