Graphic data messages, Graphic element, Axisinfo element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 15: Axis element

XML SDK V8.7.0 Remote Control Interface
Data messages
7
Content
The content is the hexadecimal representation of the decoded data, not translated into any alphabet.
Graphic data messages
Graphic element
<Message version="1.0">
<Data>
<Graphic type=”FFT”>
Content
</Graphic>
</Data>
</Message>
Attribute List
type
Indicates which type of graphic data is sent. This attribute is required and is a string. Possible values are
“FFT”, “SSTV” and “Fax”.
Content
The content is a sequence of AxisInfo and GraphicData elements.
AxisInfo element
<Message version="1.0">
<Data>
<Graphic type=”FFT”>
<AxisInfo count=”2”>
Content
</AxisInfo>
Content
</Graphic>
</Data>
</Message>
Attribute List
count
Indicates how many axes are described. This attribute is required and represents an integer.
Content
The content is a sequence of one or more Axis elements.
Axis element
<Message version="1.0">
<Data>
<Graphic type=”FFT”>
<AxisInfo count=”2”>
<Axis name=”x” unit=”Hz” max=”4000” min=”0”/>
<Axis name=”y” unit=”db” max=”0” min=”-60”/>
</AxisInfo>
Content
</Graphic>
</Data>
</Message>
Attribute List
name
The name of the axis. This attribute is a choice between “x”, “y” and “z”.