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