Class TypeMapper

java.lang.Object
org.openremote.agent.protocol.knx.TypeMapper

public class TypeMapper extends Object
  • Constructor Details

    • TypeMapper

      public TypeMapper()
  • Method Details

    • toDPTXlator

      public static tuwien.auto.calimero.dptxlator.DPTXlator toDPTXlator(tuwien.auto.calimero.datapoint.Datapoint datapoint, Object value) throws Exception
      Throws:
      Exception
    • toValue

      public static Object toValue(tuwien.auto.calimero.datapoint.Datapoint datapoint, byte[] data) throws Exception
      Throws:
      Exception
    • toAttributeType

      public static org.openremote.model.value.ValueDescriptor<?> toAttributeType(tuwien.auto.calimero.datapoint.Datapoint datapoint)