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