Sequence notation, Combination, Command response – TANDBERG MPS API Interface D13639 User Manual

Page 30

Advertising
background image

TANDBERG MPS API

User Guide

28

Sequence notation


<command-type root command> <command> <value> <value>...

When using this notation the parameter values must be entered in the sequence as stated in
the help text:


Example 2.16

xcommand dial 666 10 128 on

Combination

A combination of mark-up notation and sequence are also supported. The marked parameters
will be assigned the user entered values first, and then the system will assign the sequence
entered parameters for the parameters not yet having been assigned a value:


Example 2.17

xcommand dial 666 r:on 10 128

Command response

When issuing a command, the system will return a set of return values, ref. the documentation
of the TANDBERG XML API. The response will be on the same format as the standard XACLI
Status format.


Example 2.18

xcommand dial 10.47.15.127

*r Result (status=OK):
CallRef: 1
LogTag: 6
*r/end
OK



NOTE!
When using XACLI as a machine-machine interface it is recommended to use markup
notation and always supply complete tag names.

Advertising