Access Restricted
This page contains internal documentation that is not publicly available.
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.
Properties
- Command code: 0xE07F
- Command timeout: 20000 ms
- Possible status codes: General status codes, DHWCtrl.ErrMarshall
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. |