Guntermann & Drunck DVICenter DP16 Configuration and Operation User Manual

Page 138

Advertising
background image

Controlling the matrix switch via XML

130 · G&D DVICenter

List of connections between connected devices

REQUESTING CONNECTIONS BETWEEN CONNECTED DEVICES

<?xml version="1.0" encoding="utf-8"?>

<root>

<list>

<MatrixConnectionList/>

</list>

</root>

LIST OF CONNECTIONS BETWEEN CONNECTED DEVICES

<?xml version="1.0" encoding="utf-8"?>

<root>

<result type="list">

<MatrixConnectionList>

<item>

<cpuId>0x33333333</cpuId>

<!-- CPU ID -->

<cpuCl>DviCpu</cpuCl>

<!-- CPU device class -->

<cpuName>CPU1</cpuName>

<!-- CPU name -->

<cpuPoweredOn>false</cpuPoweredOn>

<!-- CPU power supply -->

<signalType>normal</signalType>

<!-- Signal: normal | viewonly -->

<consoleId>0x22222222</consoleId>

<!-- CON ID -->

<consoleCl>DviConsole</consoleCl>

<!-- CON device class -->

<consoleName>CON1</consoleName>

<!-- CON name -->

<connectionOwnerId>0x11111111</connectionOwnerId>

<!-- Matrix ID -->

<connectionOwnerCl>DviMatrix</connectionOwnerCl>

<!-- Matrix class -->

<connectionOwnerPort>1.11</connectionOwnerPort>

<!-- Matrix port -->

<consoleConfigEnable>1</consoleConfigEnable> <!-- CON enabled? -->

<consolePoweredOn>true</consolePoweredOn>

<!-- CON power supply -->

<userName>JohnDoe</userName>

<!--Username -->

<userRealname>John Doe</userRealname>

<!--Realname -->

</item>

</MatrixConnectionList>

</result>

</root>

Advertising