Reading 8bit unsigned value from message data:
Syntax |
u8(byte offset): byte |
---|---|
offset |
Data offset |
Result |
Returns the requested value |
Write unsigned 8bit value into message data:
Syntax |
assignable u8(byte offset): byte 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.