System.Bluetooth.TBluetoothGattDescriptor.DoSetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattDescriptor implementiert wird.

Setter-Methode von Value. Aktualisiert den lokal gespeicherten Wert dieses Deskriptors.

SetValue ruft DoSetValue auf.

Plattformunterstützung

Plattform Bluetooth Low Energy
Client Server

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

Siehe auch