System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsUInt8
Delphi
function GetValueAsUInt8(Offset: Integer = 0): UInt8;
C++
System::Byte __fastcall GetValueAsUInt8(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 Byte zurück.
GetValueAsUInt8 übernimmt Offset als Argument, um den Indexwert für das Byte-Array zu definieren. Der Vorgabewert für Offset ist 0, die erste Position des Arrays.
GetValueAsUInt8 ruft GetValueAs mit dem angeforderten Typ UInt8 auf.
T
|
Getter |
|---|---|
| Int8 | GetValueAsInt8 |
| Int16 | GetValueAsInt16 |
| Int32 | GetValueAsInt32 |
| Int64 | GetValueAsInt64 |
| UInt16 | GetValueAsUInt16 |
| UInt32 | GetValueAsUInt32 |
| UInt64 | GetValueAsUInt64 |
| Double | GetValueAsDouble |
| Integer | GetValueAsInteger |
| Single | GetValueAsSingle |
| String | GetValueAsString |