Class KnxDatapoint
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.KnxDatapoint
-
public class KnxDatapoint extends Object
-
-
Constructor Summary
Constructors Constructor Description KnxDatapoint()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
staticParse
public static PlcValue staticParse(ReadBuffer readBuffer, KnxDatapointType datapointType) throws ParseException
- Throws:
ParseException
-
getLengthInBytes
public static int getLengthInBytes(PlcValue _value, KnxDatapointType datapointType)
-
getLengthInBits
public static int getLengthInBits(PlcValue _value, KnxDatapointType datapointType)
-
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
-
-