E-DOC-CTC-20061027-0003v2.0
MBUS Commands
519
mbus client exec
Execute mbus command.
SYNTAX:
where:
mbus client exec cmd = <{addobject | deleteobject | getparamattributes
| getparamcount | getparamnames | getparamvalues |
getpath | setparamvalue}>
[param = <quoted string>]
[value = <quoted string>]
[gettype = <{object | parameter | path}>]
[depth = <number>]
[processcmd = <{disabled | enabled}>]
[readcommitted = <{disabled | enabled}>]
[onerrorrollback = <{disabled | enabled}>]
cmd Mbus command name.
Choose between:
>addobject
>deleteobject
>getparamattributes
>getparamcount
>getparamnames
>getparamvalues
>getpath
>setparamvalue
REQUIRED
param Parameter name. OPTIONAL
value Parameter value to set. OPTIONAL
gettype Get type elements.
Choose between:
>object
>parameter
>path
The default is parameter.
OPTIONAL
depth Number of levels to recurse, default=-1 (all). OPTIONAL
processcmd Enable or disable the process SET_PARAMVALUE
command flag.
The default is enabled.
OPTIONAL
readcommitted Enable or disable the read committed data only
(MBUS_CMD_GET_PARAMVALUES) flag.
The default is enabled.
OPTIONAL
onerrorrollback Enable or disable the on error rollback flag.
The default is enabled.
OPTIONAL