See: Description
Class | Description |
---|---|
DPT |
Stores information about a datapoint type.
|
DPTXlator |
DPT translator interface for data conversion between KNX DPTs and java types.
|
DPTXlator1BitControlled |
Translator for KNX DPTs with main number 2, type 1 Bit controlled.
|
DPTXlator1BitControlled.DPT1BitControlled |
A DPT for 1 Bit controlled, describing 1 control field and 1 value field.
|
DPTXlator2ByteFloat |
Translator for KNX DPTs with main number 9, type 2-byte float.
|
DPTXlator2ByteUnsigned |
Translator for KNX DPTs with main number 7, type 2 byte unsigned value.
|
DPTXlator3BitControlled |
Translator for KNX DPTs with main number 3, type 3 Bit controlled.
|
DPTXlator3BitControlled.DPT3BitControlled |
A DPT for the 3 Bit controlled, with additional access to the control information
DPT.
|
DPTXlator4ByteFloat |
Translator for KNX DPTs with main number 14, type 4-byte float.
|
DPTXlator4ByteSigned |
Translator for KNX DPTs with main number 13, type 4 byte signed value.
|
DPTXlator4ByteUnsigned |
Translator for KNX DPTs with main number 12, type 4 byte unsigned value.
|
DPTXlator8BitUnsigned |
Translator for KNX DPTs with main number 5, type 8 Bit unsigned value.
|
DPTXlatorBoolean |
Translator for KNX DPTs with main number 1, type Boolean.
|
DPTXlatorDate |
Translator for KNX DPTs with main number 11, type date.
|
DPTXlatorDateTime |
Translator for KNX DPTs with main number 19, type date with time.
|
DPTXlatorRGB |
Translator for KNX DPTs with main number 232, type rgb.
|
DPTXlatorSceneControl |
Translator for KNX DPTs with main number 18, representing Scene Control.
|
DPTXlatorSceneNumber |
Translator for KNX DPTs with main number 17, representing Scene Number.
|
DPTXlatorString |
Translator for KNX DPTs with main number 16, type string.
|
DPTXlatorTime |
Translator for KNX DPTs with main number 10, type time.
|
PropertyTypes |
Maintains all available KNX property data types (PDT).
|
PropertyTypes.DPTID |
Type for a value entry in the map of property types, returned by
PropertyTypes.getAllPropertyTypes() . |
TranslatorTypes |
Maintains available KNX datapoint main numbers and its associated DPT translators.
|
TranslatorTypes.MainType |
Maps a data type main number to a corresponding translator class doing the DPT
translations.
|
An interface for keeping property data types and an interface containing DPT
translators provide an overview for the user of available translation abilities.
It is possible to lookup whether DPT translators are available and implemented
when working with property data types or datapoint types.
Copyright © 2015. All rights reserved.