Custominputlist message, Custominputlist element, Custominput element – Wavecom W-RCI (Remote Control) V8.7.0 User Manual
Page 39

XML SDK V8.7.0 Remote Control Interface
Information messages
31
name
Name of the custom alphabet. This attribute is required and is a string.
Content
This element has no content.
CustomInputList message
CustomInputList element
<Message version="1.0">
<Information>
<CustomInputList>
content
</CustomInputList>
</Information>
</Message>
Content
The content is a sequence of zero or more CustomInput elements.
CustomInput element
<Message version="1.0">
<Information>
<CustomInputList>
<CustomInput
input-name="CustInp"
device="file"
file-path="C:\Audio\test.WAV"
channel-
config="left" play-continuous="off"/>
<CustomInput input-name="NetInput" device="network" channel-config="iq" ip-address="0.0.0.0"
port-number="120000" format="ip-conf" sampling-rate="48000"/>
</CustomInputList>
</Information>
</Message>
Attribute list
input-name
The name of the custom input.
device
The type of input. Valid values are “file”, “network” or “soundcard” (for W-PCI, W-PCIe, W74PC and
W61PC only).
file-path
The path to the specific WAV-file.
channel-config
Recording channel(s) to be used. Valid values are “mono”, “left”, ”right”, “leftplusright” or “iq”.
play-continuous
Indicates if files are played in repeat mode. Valid values are “yes” or “no”.
ip-address
IP-address of the TCP/IP connection. It is fixed to “0.0.0.0”, means connections from all IP addresses are
accepted.
port-number
TCP-port of the TCP/IP connection.
format
Data-format of the information transferred over the TCP/IP connection.
Valid values are “ip-conf”, “ip-pxgf” or “vita-49”.