Access Restricted
This page contains internal documentation that is not publicly available.
DHWCtrl.PortWait
Waits until a port has reached the specified level, or until
timeout.
Properties
- Command code: 0xE005
- Command timeout: 100 ms
- Possible status codes: General status codes, DHWCtrl.ErrUnknownPort
Parameters (request frame)
| Name | Type/Size | Description |
|---|---|---|
| Port | Integer (8 bits) | Port to monitor. |
| Level | Boolean (8 bits) | Level which must be reached by Port. |
| Timeout | Integer (16 bits) | Timeout value in milliseconds. 0xFFFF means no timeout. |
Returned values (response frame)
| Name | Type/Size | Description |
|---|---|---|
| ReactionTime | Integer (16 bits) | The time in milliseconds until Port reached desired Level value. 0xFFFF is returned when the timeout value is reached. 0xFFFE is otherwise the maximum value. |