Skip to content

KNX Devicelibrary

Alejandro Medrano Gil edited this page May 20, 2015 · 2 revisions

<< Back to LDDI KNX-Integration page

Provides class models, utils and interfaces for KNX development.

KnxEncoder provides methods to encode and decode KNX telegrams.

KnxDevice and KnxDriver are abstract classes which provide functionality for device-driver matchmaking in the OSGi framework.

The devicecategory package provides a set of interfaces of KNX device categories (for OSGi DAS match-making) with specific rules needed for the communication between OSGi KNX device services and OSGi KNX driver services for all KNX Datapoint Types. (e.g. KnxDpt1, KnxDpt2,...)

Table of Contents

Example: class relationships for KNX datapoint type 1

Diagram devicecategory package

Diagram devicedriver package

Diagram devicemodel package

Diagram networkdriver package

Diagram utils package