View Source KNXex.PID.IPAssignmentMethod (knxex v0.1.0)

KNXnet/IP Parameter Object "IP Assignment Method".

Link to this section Summary

Types

The KNX device's IP assignment method.

Functions

Turns the given integer into the corresponding atom.

Turns the given atom into the correct integer value.

Link to this section Types

@type method() :: :manually | :dhcp | :bootp | :auto_ip

The KNX device's IP assignment method.

Link to this section Functions

@spec to_atom(integer()) :: method()

Turns the given integer into the corresponding atom.

@spec to_integer(method()) :: integer()

Turns the given atom into the correct integer value.