Access Restricted

This page contains internal documentation that is not publicly available.


DHWCtrl.PortConfig

Configures a port.

Properties

Parameters (request frame)

Name Type/Size Description
Port Integer (8 bits) Number of port to access.
Mode Enumeration (8 bits) There are four modes possible:
Values (4):
  • OutputLow (0x00)
    The port is pushed to low level.
  • OutputHigh (0x01)
    The port is pushed to high level.
  • InputTristate (0x02)
    The port is in very high resistance mode.
  • InputPullup (0x03)
    The port drives a positive voltage over a resistor.

Returned values (response frame)

None