Guntermann & Drunck DVICenter DP16 Configuration and Operation User Manual
Page 136

Controlling the matrix switch via XML
128 · G&D DVICenter
List of information about matrix switches
List of information about a user module
REQUESTING DATA FROM MATRIX SWITCHES
<?xml version="1.0" encoding="utf-8"?>
<root>
<list>
<DviMatrixSwitch/>
</list>
</root>
LIST OF INFORMATION ABOUT A MATRIX SWITCH
<?xml version="1.0" encoding="utf-8"?>
<root>
<result type="list">
<DviMatrixSwitch>
<item>
<id>0x11111111</id>
<!-- ID -->
<cl>DviMatrix</cl>
<!-- Device class -->
<type>ControlCenter-Digital 288</type> <!-- Variant -->
<name>Matrix1</name>
<!-- Name -->
<poweredOn>true</poweredOn>
<!-- Status of power supply -->
<pushGet>yes</pushGet>
<!-- Push/Get function enabled? -->
<tradeSwitching>yes</tradeSwitching> <!-- TradeSwitch function enabled? -->
<ipSwitching>yes</ipSwitching>
<!-- IP-Control-API enabled? -->
<monitoring>yes</monitoring>
<!-- Monitoring enabled? -->
</item>
</DviMatrixSwitch>
</result>
</root>
REQUESTING DATA FROM USER MODULES
<?xml version="1.0" encoding="utf-8"?>
<root>
<list>
<DviConsole/>
</list>
</root>