User`s manual

53
The reply to an RPC_response request contains a listing of RPC responses in chronological order. By
default timestamps are enabled and every response will indicate when it was generated. The top level
“responses” tag will also indicate how many response messages remain in the gateway’s buffer. For
example:
<rci_reply version=”1.1”>
<do_command>
<responses remaining=”0” timestamp=”1234567890.0”>
<message timestamp=”1234567888.0”>
<description type=”string”>You must bring us another shrubbery.</description>
<severity>0x1</severity>
</message>
<get_version_response timestamp=”1234567889.0”>
<version type="string">1.3.0</version>
<version_extended type="dict">
<SE_spec_version type="string">1.0 revision 15</SE_spec_version>
<description type="string">SE Framework with support for ESI and IPD
functionality.</description>
</version_extended>
</get_version_response>
</responses>
</do_command>
</rci_reply>