Class LDataFrameACK
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
org.apache.plc4x.java.knxnetip.readwrite.LDataFrameACK
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
LDataFrame.LDataFrameBuilder -
Field Summary
Fields inherited from class org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
acknowledgeRequested, errorFlag, frameType, notRepeated, priority -
Constructor Summary
ConstructorsConstructorDescriptionLDataFrameACK(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeLDataFrameChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
getAcknowledgeRequested, getErrorFlag, getFrameType, getNotRepeated, getPriority, serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Constructor Details
-
LDataFrameACK
public LDataFrameACK(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)
-
-
Method Details
-
getNotAckFrame
- Specified by:
getNotAckFramein classLDataFrame
-
getPolling
- Specified by:
getPollingin classLDataFrame
-
serializeLDataFrameChild
- Specified by:
serializeLDataFrameChildin classLDataFrame- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classLDataFrame
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classLDataFrame
-
staticParseBuilder
public static LDataFrameACK.LDataFrameACKBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classLDataFrame
-
hashCode
public int hashCode()- Overrides:
hashCodein classLDataFrame
-
toString
- Overrides:
toStringin classLDataFrame
-