Reading 16t value with sign from message data:
Syntax |
i16(byte offset): int16 |
---|---|
offset |
Data offset |
Result |
Returns the requested value |
Write 16bit unsigned value into message data:
Syntax |
assignable i16(byte offset): int16 value |
---|---|
offset |
Data value offset |
value |
Data value |
NOTE: Attempting to read or write data outside the data messages will cause the E_DataOverflow (32) exception for the VM and execution of the related command will be aborted.