User`s manual
51
RPC Request and Response Example
RPC requests and responses are contained in an RCI wrapper, which specifies the
command target (i.e. “RPC_request”). This RCI wrapper is contained in an SCI wrapper,
which specifies devices to which the commands will be sent. Here is an example to send
a synchronous get_time request and an asynchronous get_version request to two
gateways:
<sci_request version=”1.0”>
<send_message>
<targets>
<device id=”00000000-00000000-001122FF-FF334455”/>
<device id=”00000000-00000000-001122FF-FF334456”/>
</targets>
<rci_request version=”1.1”>
<do_command target=”RPC_request”>
<get_version />
<get_time synchronous=”TRUE” />
</do_command>
</rci_request>
</send_message>
</sci_request>










