Parameter element, Indicators message, Indicators element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 34

26
Information messages
XML SDK V8.7.0 Remote Control Interface
Parameter element
<Message version="1.0">
<Information>
<ParameterList>
<Parameter name=”code” value=”fec-a”/>
<Parameter name=”modulation” value=”dsp”/>
</ParameterList>
</Information>
</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 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.
Indicators message
<Message version="1.0">
<Information>
<Indicators status="idle" level="8" bargraph="00000E00000000C0/>
</Information>
</Message>
Indicators element
Attribute List
status
Status of the decoder. This attribute is required and is a choice between “idle”, “traffic”, “error”, “request”,
“auto”, “synchronise” and “phasing”.
level
Level indicator for the measured input gain. This attribute is required and represents an integer value
between 0 and 12.
bargraph
Value of a bargraph element. This attribute is required and represents a string of the form
XXXXXXXXXXXXXXXX. Each of the 16 X is the hexadecimal presentation of a 4 bit single bargraph bin val-
ue.
Content
This element has no content.