DHWCtrl.Run
Executes a list of commands. The commands are stored
sequentially in the buffer. Every command has as a header the
command code and the length of the following parameters. Both
are given in bytes. It is possible to execute every DHWCtrl
command through this interface.
Parameters (request frame)
Name
|
Type/Size
|
Description
|
CommandList
|
Raw data (until end of frame)
|
Commands to execute.
|
Returned values (response frame)
Name
|
Type/Size
|
Description
|
Status
|
Integer (8 bits)
|
-
|
Length of Response
|
Integer (16 bits)
|
Length of Response in bytes
|
Response
|
Raw data
|
Collection of all answers.
|