System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsUInt64

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetValueAsUInt64(Offset: Integer = 0): UInt64;

C++

unsigned __int64 __fastcall GetValueAsUInt64(int Offset = 0x0);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic


説明

特性ValueUInt64 で返します。


GetValueAsUInt64 は、バイトの配列に対するインデックス値を定義する、Offset を引数として取ります。 Offset のデフォルト値は 0 で、配列の最初の位置を示します。


GetValueAsUInt64 は、GetValueAs を要求された型 UInt64 で呼び出します。

T 取得メソッド
Int8 GetValueAsInt8
Int16 GetValueAsInt16
Int32 GetValueAsInt32
Int64 GetValueAsInt64
UInt8 GetValueAsUInt8
UInt16 GetValueAsUInt16
UInt32 GetValueAsUInt32
Double GetValueAsDouble
Integer GetValueAsInteger
Single GetValueAsSingle
String GetValueAsString

関連項目