Package tuwien.auto.calimero.process

Provides high level process communication.

See:
          Description

Interface Summary
ProcessCommunicator Provides process communication with a KNX network.
ProcessListener Listener interface for getting process communicator events.
 

Class Summary
ProcessCommunicatorImpl This implementation of the process communicator uses in any case the DPT translators DPTXlatorBoolean, DPTXlator3BitControlled, DPTXlator8BitUnsigned, DPTXlator2ByteFloat, DPTXlatorString.
ProcessEvent Contains information about a process message event.
ProcessListenerEx Extended process listener interface with additional group read event handler methods, as well as basic ASDU type translation capabilities.
 

Package tuwien.auto.calimero.process Description

Provides high level process communication.

Read and write of datapoint values is supported, as well as receiving group read and group write indications. This might be done by using Java data types appropriate for a datapoint value or by using a Datapoint which specifies all necessary information and supply semantic value information in form of textual presentation.