User`s manual

52
The responses from multiple devices will be accumulated into a single SCI response by
iDigi. The reply to the above example would look like the following:
<sci_reply version=”1.0”>
<send_message>
<device id=”00000000-00000000-001122FF-FF334455”/>
<rci_reply version=”1.1”>
<do_command>
<get_time_response timestamp="1234567888.0"/>
<UTC_2000>0x133FDDDD<UTC_2000><UTC_1970>0x4BAD215D<UTC_1970>
</get_time_response>
</do_command>
</rci_reply></device>
<device id=”00000000-00000000-001122FF-FF334456”/>
<rci_reply version=”1.1”>
<do_command>
<get_time_response timestamp="1234567888.0"/>
<UTC_2000>0x133FDDDD<UTC_2000><UTC_1970>0x4BAD215D<UTC_1970>
</get_time_response>
</do_command>
</rci_reply></device>
To retrieve asynchronous response messages from the gateway, send to the
“RPC_response” target. Leaving off the SCI wrapper, the RCI wrapper and command
looks like the following:
<rci_request version=”1.1”>
<do_command target=”RPC_response”>
<get_responses />
</do_command>
</rci_request>
A limit can be set on the number of responses returned by specifying the "limit" attribute.
Responses will be returned starting with the oldest.
<rci_request version=”1.1”>
<do_command target=”RPC_response”>
<get_responses limit=”10”/>
</do_command>
</rci_request>