Class LDataExtended
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
org.apache.plc4x.java.knxnetip.readwrite.LDataExtended
- 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 Apduprotected final byte[]protected final byteprotected final booleanprotected final byteprotected final KnxAddressFields inherited from class org.apache.plc4x.java.knxnetip.readwrite.LDataFrame
acknowledgeRequested, errorFlag, frameType, notRepeated, priority -
Constructor Summary
ConstructorsConstructorDescriptionLDataExtended(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApdu()byte[]bytebooleanbyteintintinthashCode()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
-
Field Details
-
groupAddress
protected final boolean groupAddress -
hopCount
protected final byte hopCount -
extendedFrameFormat
protected final byte extendedFrameFormat -
sourceAddress
-
destinationAddress
protected final byte[] destinationAddress -
apdu
-
-
Constructor Details
-
LDataExtended
public LDataExtended(boolean frameType, boolean notRepeated, CEMIPriority priority, boolean acknowledgeRequested, boolean errorFlag, boolean groupAddress, byte hopCount, byte extendedFrameFormat, KnxAddress sourceAddress, byte[] destinationAddress, Apdu apdu)
-
-
Method Details
-
getNotAckFrame
- Specified by:
getNotAckFramein classLDataFrame
-
getPolling
- Specified by:
getPollingin classLDataFrame
-
getGroupAddress
public boolean getGroupAddress() -
getHopCount
public byte getHopCount() -
getExtendedFrameFormat
public byte getExtendedFrameFormat() -
getSourceAddress
-
getDestinationAddress
public byte[] getDestinationAddress() -
getApdu
-
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 LDataExtended.LDataExtendedBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classLDataFrame
-
hashCode
public int hashCode()- Overrides:
hashCodein classLDataFrame
-
toString
- Overrides:
toStringin classLDataFrame
-