User`s manual

38
</create_price_event>
The price event will automatically be sent to all known Price client clusters. You should
see the new price value appear. If there is an Aux Gateway on the network, it should
receive the price event and return a “received_price_event” (see “received_price_event
on page 114) response and an “updated_active_price_event” (see
“updated_active_price_event” on page 114), assuming there was not another price event
with a matching issuer_event_id.
The sample will also display any active messages on the network. If there is an ESI
gateway on the network, send it a create_message_event RPC request to display a
message. Here is an example:
<create_message_event synchronous=”true”>
<record type=”DisplayMessageRecord”>
<message_id>1234</message_id>
<duration_in_minutes>5</duration_in_minutes>
<message type="string">NOBODY expects the Spanish Inquisition!</message>
</record>