DHWCtrl.PortWait
Waits until a port has reached the specified level, or until
timeout.
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.
|