Uses of Class
tuwien.auto.calimero.dptxlator.DPTXlator

Packages that use DPTXlator
tuwien.auto.calimero.dptxlator Contains translators for translating between KNX datapoint types (DPT), java types and values carrying more specific type semantics (e.g. engineering unit). 
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
 

Uses of DPTXlator in tuwien.auto.calimero.dptxlator
 

Subclasses of DPTXlator in tuwien.auto.calimero.dptxlator
 class DPTXlator2ByteFloat
          Translator for KNX DPTs with main number 9, type 2-byte float.
 class DPTXlator2ByteUnsigned
          Translator for KNX DPTs with main number 7, type 2 byte unsigned value.
 class DPTXlator3BitControlled
          Translator for KNX DPTs with main number 3, type 3 Bit controlled.
 class DPTXlator4ByteUnsigned
          Translator for KNX DPTs with main number 12, type 4 byte unsigned value.
 class DPTXlator8BitUnsigned
          Translator for KNX DPTs with main number 5, type 8 Bit unsigned value.
 class DPTXlatorBoolean
          Translator for KNX DPTs with main number 1, type Boolean.
 class DPTXlatorDate
          Translator for KNX DPTs with main number 11, type date.
 class DPTXlatorDateTime
          Translator for KNX DPTs with main number 19, type date with time.
 class DPTXlatorString
          Translator for KNX DPTs with main number 16, type string.
 class DPTXlatorTime
          Translator for KNX DPTs with main number 10, type time.
 

Methods in tuwien.auto.calimero.dptxlator that return DPTXlator
static DPTXlator TranslatorTypes.createTranslator(DPT dpt)
          Creates a DPT translator for the given datapoint type.
 DPTXlator TranslatorTypes.MainType.createTranslator(DPT dpt)
          Creates a new translator for the given datapoint type.
static DPTXlator PropertyTypes.createTranslator(int dataType)
          Creates a new DPT translator for the specified property type.
static DPTXlator PropertyTypes.createTranslator(int dataType, byte[] data)
          Utility method, like PropertyTypes.createTranslator(int), with the additional capability to set the data to be used by the DPT translator.
static DPTXlator TranslatorTypes.createTranslator(int mainNumber, java.lang.String dptID)
          Creates a DPT translator for the given datapoint type ID.
 DPTXlator TranslatorTypes.MainType.createTranslator(java.lang.String dptID)
          Creates a new instance of the translator for the given datapoint type ID.
 

Uses of DPTXlator in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt that return DPTXlator
 DPTXlator PropertyClient.getPropertyTranslated(int objIndex, int pid, int start, int elements)
          Gets one or more elements of a property with the returned data set in a DPT translator of the associated data type.