| 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 |
| T | Return value | Returns 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.