Class KnxDatapoint
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.KnxDatapoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetLengthInBits(PlcValue _value, KnxDatapointType datapointType) static intgetLengthInBytes(PlcValue _value, KnxDatapointType datapointType) static PlcValuestaticParse(ReadBuffer readBuffer, KnxDatapointType datapointType) static voidstaticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType) static voidstaticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType, ByteOrder byteOrder)
-
Constructor Details
-
KnxDatapoint
public KnxDatapoint()
-
-
Method Details
-
staticParse
public static PlcValue staticParse(ReadBuffer readBuffer, KnxDatapointType datapointType) throws ParseException - Throws:
ParseException
-
staticSerialize
public static void staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType) throws SerializationException - Throws:
SerializationException
-
staticSerialize
public static void staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType, ByteOrder byteOrder) throws SerializationException - Throws:
SerializationException
-
getLengthInBytes
-
getLengthInBits
-