5 invokemethod, Installation of viewcheck – Artesyn ViewCheck on ATCA-7470/7475 Installation and Use (November 2014) User Manual

Page 36

Advertising
background image

Installation of ViewCheck

ViewCheck on ATCA-7470/7475 Installation and Use (6806800S49E)

36

<Description/>

</TypeDesc>

<IsInput>false</IsInput>

<IsOutput>true</IsOutput>

<IsOptional>false</IsOptional>

</ArgDesc>

</MethodDesc>

</ClassDesc>

</Response>]]>]]>

3.5.5

InvokeMethod

InvokeMethod

XML command calls the method of a BSF Object. BSF methods are defined

with method parameters such as input, output, and input-output.

BSF Object method can be invoked with a list of input or input-output arguments. This
command returns a list of output or input-output arguments. The input argument means it is
only an input and will not be displayed in the output. But in the case of input-output
arguments, both input and output will be displayed in the output.

Request:
The below example invokes the method class, "diagnostic" with instance "vee0". Upon
execution of this method by the class instance, response will be sent in the output/input-
output arguments.
Request

=======

<Script>

<InvokeMethod>

<Object>

<Class>diagnostic</Class>

<Name>vee0</Name>

</Object>

<Method>setLogLevel</Method>

<Argument>

<Name>logLevelValue</Name>

<Value>1</Value>

</Argument>

</InvokeMethod>

</Script>]]>]]>

Advertising