Package tuwien.auto.calimero.datapoint

Contains a representation for KNX datapoints, for state based datapoints as well as for command based datapoints.

See:
          Description

Interface Summary
DatapointModel A container for keeping Datapoints, using some particular hierarchical structure or order between those datapoints.
 

Class Summary
CommandDP Represents a command based KNX datapoint.
Datapoint Represents a KNX datapoint configuration.
DatapointMap A datapoint model storing datapoints with no defined order or hierarchy using a map implementation.
StateDP Represents a state based KNX datapoint.
 

Package tuwien.auto.calimero.datapoint Description

Contains a representation for KNX datapoints, for state based datapoints as well as for command based datapoints. An interface for managing those datapoints is included, to allow working with groups of datapoints.