System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetValueAsInt64(Offset: Integer = 0): Int64;

C++

__int64 __fastcall GetValueAsInt64(int Offset = 0x0);

Eigenschaften

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


Beschreibung

Gibt den Wert (Value) des Merkmals als Int64 zurück.

GetValueAsInt64 übernimmt Offset als Argument zum Definieren des Indexwertes für das Byte-Array. Der Standardwert für Offset ist 0, die erste Position des Arrays.

GetValueAsInt64 ruft GetValueAs mit dem angeforderten Typ Int64 auf.

T Getter
Int8 GetValueAsInt8
Int16 GetValueAsInt16
Int32 GetValueAsInt32
UInt8 GetValueAsUInt8
UInt16 GetValueAsUInt16
UInt32 GetValueAsUInt32
UInt64 GetValueAsUInt64
Double GetValueAsDouble
Integer GetValueAsInteger
Single GetValueAsSingle
String GetValueAsString

Siehe auch