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

KNXnet/IP Parameter Object "Device Capabilities".

Link to this section Summary

Functions

Checks if the given device capabilities has the device management capability bit set.

Checks if the given device capabilities has the object server capability bit set.

Checks if the given device capabilities has the remote configuration and diagnosis capability bit set.

Checks if the given device capabilities has the remote logging capability bit set.

Checks if the given device capabilities has the routing capability bit set.

Checks if the given device capabilities has the tunneling capability bit set.

Link to this section Functions

Link to this macro

has_device_management(value)

View Source (macro)

Checks if the given device capabilities has the device management capability bit set.

Link to this macro

has_object_server(value)

View Source (macro)

Checks if the given device capabilities has the object server capability bit set.

Link to this macro

has_remote_conf_and_diag(value)

View Source (macro)

Checks if the given device capabilities has the remote configuration and diagnosis capability bit set.

Link to this macro

has_remote_logging(value)

View Source (macro)

Checks if the given device capabilities has the remote logging capability bit set.

Link to this macro

has_routing(value)

View Source (macro)

Checks if the given device capabilities has the routing capability bit set.

Link to this macro

has_tunneling(value)

View Source (macro)

Checks if the given device capabilities has the tunneling capability bit set.