System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetValueAsInt64(AValue: Int64; Offset: Integer = 0);

C++

void __fastcall SetValueAsInt64(__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.

SetValueAsInt64 erwartet zwei Argumente:

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

SetValueAsInt64 ruft SetValueAs mit dem Datentyp Int64 auf.

Siehe auch