Options element, Expirydate element, Key element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 37

XML SDK V8.7.0 Remote Control Interface
Information messages
29
error
Validation of the license key. This attribute is required and is a choice between “ok”, “expired”, “wrong-
card”, “invalid-key”, “format-error”, “checking” and “not checked”.
version
Version of the license system. This attribute is required and represents an integer value.
Content
The content is a sequence of zero or more Options, ExpiryDate and Key elements.
Options element
<Message version="1.0">
<Information>
<License error="ok" version="123">
<Options name="professional-modes"/>
<Options name="satellite-modes"/>
<Options name="classifier"/>
</License>
</Information>
</Message>
Attribute List
name
Available option name.
Content
This element has no content.
ExpiryDate element
<Message version="1.0">
<Information>
<License error="ok" version="123">
Content
<ExpiryDate month="10" year="2005"/>
Content
</License>
</Information>
</Message>
Attribute List
month
License expiration month.
year
License expiration year.
Content
This element has no content.
Key element