Class TypeMapper
java.lang.Object
org.openremote.agent.protocol.knx.TypeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openremote.model.value.ValueDescriptor<?>toAttributeType(tuwien.auto.calimero.datapoint.Datapoint datapoint) static tuwien.auto.calimero.dptxlator.DPTXlatortoDPTXlator(tuwien.auto.calimero.datapoint.Datapoint datapoint, Object value) static ObjecttoValue(tuwien.auto.calimero.datapoint.Datapoint datapoint, byte[] data)
-
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)
-