Parameterlist element, Parameter element, Configuration element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 23

XML SDK V8.7.0 Remote Control Interface
Command messages
15
<Message version="1.0">
<Command>
<Set>
<Speed limit="no"/>
</Set>
</Command>
</Message>
Attribute List
limit
Speed limit of the connection to the server. This attribute is required and its value is a choice between
“9600”, “14400”, “19200”, “56k”, “64k”, “128k”, “512k”, “1M”, “2M”, “5M”, “10M” and “no” (unlimited
speed).
Content
This element has no content.
ParameterList element
<Message version="1.0">
<Command>
<Set>
<ParameterList>
content
</ParameterList>
</Set>
</Command>
</Message>
Content
The content is a sequence of one or more Parameter elements.
Parameter element
<Message version="1.0">
<Command>
<Set>
<ParameterList>
<Parameter name=”code” value=”fec-a”/>
<Parameter name=”modulation” value=”dsp”/>
</ParameterList>
</Set>
</Command>
</Message>
Attribute List
name
Name of the parameter. This attribute is required and is a string.
value
Value of the parameter. This attribute is required and is an integer, a floating point or a string value de-
pending on the actual parameter.
Content
This element has no content.
Note: A detailed description of the name and value pairs is found later in this document. The pairs can be
received with the MetaData message.
Configuration element