System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetValueAsString(const AValue: string; IsUTF8: Boolean = True);

C++

void __fastcall SetValueAsString(const System::UnicodeString AValue, bool IsUTF8 = true);

Propriétés

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


Description

Définit la caractéristique Value sur le AValue String fourni en tant qu'argument.

SetValueAsString attend deux arguments :

Voir aussi