System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsUInt32
Delphi
procedure SetValueAsUInt32(AValue: UInt32; Offset: Integer = 0);
C++
void __fastcall SetValueAsUInt32(System::UInt32 AValue, int Offset = 0x0);
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
fourni en tant qu'argument.
SetValueAsUInt32 attend deux arguments :
AValue
: Une valeur Cardinal.Offset
: Définit la valeur d'index du tableau d'octets. La valeur par défaut deOffset
est0
, soit la première position du tableau.
SetValueAsUInt32 appelle SetValueAs avec le type de données, UInt32
.