Configfile element, Get messages, Get element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 29

XML SDK V8.7.0 Remote Control Interface
Command messages
21
<Message version="1.0">
<Command>
<Set>
<WCloudSources>
<WCloudSource IPaddress="192.168.1.2" port="52000" autoconnect="Y" encryption="Y" speake-
routput="Y"/>
<WCloudSource IPaddress="192.168.1.237" port="52001" autoconnect="Y" encryption="Y" speake-
routput="Y"/>
<WCloudSource IPaddress="192.168.1.11" port="52003" autoconnect="Y" encryption="Y" speak-
eroutput="Y"/>
</WCloudSources>
</Set>
</Command>
</Message>
Attribute List
IPaddress
IP address of a W-CLOUD station, it can be a DNS name.
port
The port number of a W-CLOUD station. The valid range is 52000 to 52009.
autoconnect
If a W-CLOUD station will be connected upon W-CODE restart. The valid value is “Y” or “N”.
encryption
If the I/Q signal from a W-CLOUD station to W-CODE is encrypted or not. The valid value is “Y” or “N”.
speakeroutput
If W-CODE outputs the incoming I/Q signal from a W-CLOUD station to its local speaker. This helps a user
to check if the signal sounds correct or not. The valid value is “Y” or “N”.
ConfigFile element
<Message version="1.0">
<Information>
<ConfigFile
parts="3"
sequence-nr="0"
item="cc-table-hf"
path="C:\Users\Public\Documents\WAVECOM\CCC Code Tables\CCC Table HF 2011.09.09.xml">
...
</ConfigFile>
</Information>
</Message>
Attribute List
parts
Number of parts the message has been split into. Because of the 32kB limit, files are split into 16kB-sized
parts.
sequence-nr
Number of the current part. The range can be 0 … (parts - 1).
item
Name of the item that has been requested.
path
Path of the configuration file.
Get messages
Get element