|
inline |
Downloads array data to a pre-dimensioned array in the controller's array table.
arrayName | String containing the name of the array to download. Must match the array name used in DM. |
data | List containing the array data. The length of data may not be larger than the array dimensioned. |
GclibJavaException | If an error is generated by gclib. |
Definition at line 111 of file GclibJava.java.