This function partially updates the local variable data (provided by GV_LINK or GV_CREATE) associated via the interface, reading from the GV.
Syntax |
i32 gv_read_partial (i32 gvID, u32 offset, u32 dataLen) |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
gvID |
ID of the global variable (obtained from gv_link or gv_create) |
||||||||||
offset |
Offset in bytes in the variable (from 1 to the size of GV-1) |
||||||||||
dataLen |
Length of the data to be updated (from 1 to the size of GV) |
||||||||||
Result |
Returns:
|
||||||||||
Validity |
Rule, Task |
||||||||||
Note |
|