Disconnect message, Disconnect element, Activate messages – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 32: Activate element, Server element

24
Command messages
XML SDK V8.7.0 Remote Control Interface
serial-nr
Serial number of the card. This attribute is implied and is an unsigned integer.
Note: The card element actually has more attributes than the three described here, but they are irrele-
vant in the connect message and are ignored if they are set in this case.
To connect to a card only one of the three above described attributes is needed. If more than one is set
with a valid value, the priority for which card is set is:
1. serial-nr (recommended)
2. number
3. name
Content
This element has no content.
Disconnect message
<Message version="1.0">
<Command>
<Disconnect/>
</Command>
</Message>
Disconnect element
It disconnects from the actually connected card.
Attribute List
This element has no attributes.
Content
This element has no content.
Activate messages
<Message version="1.0">
<Command>
<Activate item="GUI-Application">
Content
</Activate>
</Command>
</Message>
Activate element
Attribute List
item
The item to activate. This attribute is required and its value is “GUI-Application”. The GUI application is
launched on the specified server and a connection is opened to the server and card to which the remote
client is connected.
Content
The content is the server element.
Server element