Class LPollData
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
org.apache.plc4x.java.knxnetip.readwrite.LPollData
- 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
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final KnxAddressprotected final byte[]Fields inherited from class org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
acknowledgeRequested, errorFlag, frameType, notRepeated, priority -
Constructor Summary
ConstructorsConstructorDescriptionLPollData(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, KnxAddress sourceAddress, byte[] targetAddress, short numberExpectedPollData) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintshortbyte[]inthashCode()protected voidserializeLDataFrameChild(WriteBuffer writeBuffer) static LPollData.LPollDataBuilderstaticParseBuilder(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
-
Field Details
-
sourceAddress
-
targetAddress
protected final byte[] targetAddress -
numberExpectedPollData
protected final short numberExpectedPollData
-
-
Constructor Details
-
LPollData
public LPollData(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, KnxAddress sourceAddress, byte[] targetAddress, short numberExpectedPollData)
-
-
Method Details
-
getNotAckFrame
- Specified by:
getNotAckFramein classLDataFrame
-
getPolling
- Specified by:
getPollingin classLDataFrame
-
getSourceAddress
-
getTargetAddress
public byte[] getTargetAddress() -
getNumberExpectedPollData
public short getNumberExpectedPollData() -
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 LPollData.LPollDataBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classLDataFrame
-
hashCode
public int hashCode()- Overrides:
hashCodein classLDataFrame
-
toString
- Overrides:
toStringin classLDataFrame
-