Package tuwien.auto.calimero

Base package of the Calimero library.

See:
          Description

Interface Summary
KNXListener The base listener interface to receive events of the communication with a KNX network.
 

Class Summary
CloseEvent Informs about the closing of a previously established communication with the KNX network.
DataUnitBuilder Creates, extracts and decodes information of protocol data units.
DetachEvent Informs about the detaching of an object from a KNX link.
FrameEvent Event to communicate the arrival of a new cEMI or EMI2 frame.
GroupAddress Represents an immutable KNX group address.
IndividualAddress Represents an immutable KNX individual address.
KNXAddress Represents a KNX address.
Priority Priority of KNX messages for access on a KNX medium.
Settings General settings used in Calimero as well as Calimero related user information.
 

Package tuwien.auto.calimero Description

Base package of the Calimero library. All functionality part of Calimero is located in sub packages (besides here).
This package only contains a few classes and methods used throughout the library, as well as the Settings class used to query library related information, mainly of interest for a user of the library and/or developer.