System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsUInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetValueAsUInt64(AValue: UInt64; Offset: Integer = 0);

C++

void __fastcall SetValueAsUInt64(unsigned __int64 AValue, int Offset = 0x0);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


Beschreibung

Setzt den Wert (Value) des Merkmals auf den als Argument übergebenen AValue.

SetValueAsUInt64 erwartet zwei Argumente:

  • AValue: Ein UInt64-Wert.
  • Offset: Legt den Indexwert für das Byte-Array fest. Der Standardwert für Offset ist 0, die erste Position des Arrays.

SetValueAsUInt64 ruft SetValueAs mit dem Datentyp UInt64 auf.

Siehe auch