| DESCRIPTION |
This is a multi-function front end to the Parameter APIs. It allows you
with a single RPC call to take edit type actions on several
parameter/entity/instance combinations.
You can only do these actions: add, change, or delete
Each entry in the passed list is treated as if it was a separate RPC
call. Thus each entry is totally independent of the others. So you can
mix and match parameters, entities, instances, and actions.
|
| RETURN PARAMETER DESCRIPTION |
Return the input array exactly like inputted except each array element
NOTE: The GUI program should check for the value in the Error Text field
before reporting an error (p9). A -1 is a possible result from a
successful call to this RPC.
will have an 8th (or 8th and 9th tilde pieces)
So the return array will be LIST[n] = p1~p2~p3~p4~p5~p6~p7~p8~p9
where n=1,2,3,4,5,...
p1~...~p7 will be exactly what was input
if the action was successful, then p8 = 1 and there will be no p9
if the action was unsuccessful, the p8 = -1, p9 = error message
|