DIMAX804KC User’s Manual
DEXON Systems
21
Message with one parameter:
<msg_name>parameter</msg_name>, e.g. <echo>message</echo>
Message with more parameters:
<msg_name>
<param_name1>param1</param_name1>
<param_name2>param2</param_name2>
</msg_name>
e.g.:
<config_misc>
<date>05/01/2015</date>
<time>10:20:30</time>
</config_misc>
Message with attributes and complex parameters
<msg_name attr1=”a1” attr2=”a2”>>
<param_name1>
<param_name11>param11</param_name11>
<param_name12>param12</param_name12>
</param_name1>
</msg_name1>
e.g.:
<con
fig_input id=”1”>
<name>i1</name>
<port>DVI</port>
<crop>
<left>0</left>
<top>0</top>
<width>100</width>
<height>100</height>
</crop>
</config_input>
The detailed description of the protocol messages can be found in the following paragraphs. All
the possible parameters are explained in the description of messages. It is allowed to leave out
parameters from a request message. The omitted parameters will not be modified. Similarly, the
reply and event messages could contain only the changed parameters.
Some attributes can be omitted also, but there are mandatory attributes, too.
4.2
Communication Protocol
4.2.1
Administration
SETUP
setup - Request
Request message:
<
setup
version
=
"
1
"
mfg
=
"
Dexon
"
prod
=
"
DIMAX-WebControl
"
rel
=
"
1.0.0
"
>
<
username
>
Administrator
</
username
>