Class LDataFrame
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
LDataExtended,LDataFrameACK,LPollData
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final booleanprotected final booleanprotected final booleanprotected final CEMIPriority -
Constructor Summary
ConstructorsConstructorDescriptionLDataFrame(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanintintabstract Booleanbooleanabstract BooleaninthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeLDataFrameChild(WriteBuffer writeBuffer) static LDataFramestaticParse(ReadBuffer readBuffer) static LDataFramestaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
frameType
protected final boolean frameType -
notRepeated
protected final boolean notRepeated -
priority
-
acknowledgeRequested
protected final boolean acknowledgeRequested -
errorFlag
protected final boolean errorFlag
-
-
Constructor Details
-
LDataFrame
public LDataFrame(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag)
-
-
Method Details
-
getNotAckFrame
-
getPolling
-
getFrameType
public boolean getFrameType() -
getNotRepeated
public boolean getNotRepeated() -
getPriority
-
getAcknowledgeRequested
public boolean getAcknowledgeRequested() -
getErrorFlag
public boolean getErrorFlag() -
serializeLDataFrameChild
protected abstract void serializeLDataFrameChild(WriteBuffer writeBuffer) throws SerializationException - Throws:
SerializationException
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
- Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-