| Name | Type | Section | Description |
|---|---|---|---|
offset |
T | Input | Offset in buffer to start reading the bytes for deserialization. |
buffer |
ARRAY[*] OF BYTE |
Input | Buffer out of which to deserialize. |
value |
T2 | In_Out | The deserialized value. |
endianness |
System.Serialization.Endianness |
Input | The endianness for the deserialization of multi-byte data (default: little-endian). |
| T | Return value | Returns the offset of the next value to be read from buffer. |
The type T may be either UDINT or INT.
The type T2 may be any elementary ST data type.
See also: DeserializeLittle and DeserializeBig.