Klasse KnxDatapoint
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.KnxDatapoint
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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)
-
Konstruktordetails
-
KnxDatapoint
public KnxDatapoint()
-
-
Methodendetails
-
staticParse
public static PlcValue staticParse(ReadBuffer readBuffer, KnxDatapointType datapointType) throws ParseException - Löst aus:
ParseException
-
staticSerialize
public static void staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType) throws SerializationException - Löst aus:
SerializationException
-
staticSerialize
public static void staticSerialize(WriteBuffer writeBuffer, PlcValue _value, KnxDatapointType datapointType, ByteOrder byteOrder) throws SerializationException - Löst aus:
SerializationException
-
getLengthInBytes
-
getLengthInBits
-