System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsUInt16
Delphi
function GetValueAsUInt16(Offset: Integer = 0): UInt16;
C++
System::Word __fastcall GetValueAsUInt16(int Offset = 0x0);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
Description
Returns the Characteristic Value as a Word.
GetValueAsUInt16 takes Offset as an argument to define the index value for the array of bytes. The default value for Offset is 0, the first position of the array.
GetValueAsUInt16 calls GetValueAs with the requested type UInt16.
T
|
Getter |
|---|---|
| Int8 | GetValueAsInt8 |
| Int16 | GetValueAsInt16 |
| Int32 | GetValueAsInt32 |
| Int64 | GetValueAsInt64 |
| UInt8 | GetValueAsUInt8 |
| UInt32 | GetValueAsUInt32 |
| UInt64 | GetValueAsUInt64 |
| Double | GetValueAsDouble |
| Integer | GetValueAsInteger |
| Single | GetValueAsSingle |
| String | GetValueAsString |