Controlling the KVM switch via XML
G&D DP1.2-MUX2-NT ·
24
English
The following containers are used for this purpose:
Error messages are included in the container
<Error>
.
Warnings are included in the container
<Warning>
.
Success messages and general messages not fitting the categories given above are out-
put within the container
<commandStatus>
.
Combining multiple commands in an XML document
You can combine several commands in one XML document. he XML service pro-
cesses the commands in the same order in which they are listed in the XML docu-
ment.
The corresponding answer summarises the answers of the individual commands in a
document.
Push notifications for switching between channels
For TCP connections, the service for text-based control sends
push notifications
to
inform users about the switching of a channel.
Such events are reported in a
<pushNotification>
container. The type of notification is
listed as
type
attribute of this tag.
EXEMPLARY ERROR MESSAGE
<?xml version="1.0" encoding="utf-8"?>
<root>
<result type="logon">
<Error>authentication failed</Error>
</result>
</root>
PUSH NOTIFICATIONS FOR SWITCHING BETWEEN CHANNELS
<?xml version="1.0" encoding="utf-8"?>
<root>
<pushNotification type="channel_select_event">
<channel>1</channel>
</pushNotification>
</root>