Class ApduDataMemoryResponse
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ApduData
org.apache.plc4x.java.knxnetip.readwrite.ApduDataMemoryResponse
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduData
ApduData.ApduDataBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final byte[]protected final Short -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintbyte[]getData()intintinthashCode()protected voidserializeApduDataChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Short dataLength) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduData
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
-
address
protected final int address -
data
protected final byte[] data -
dataLength
-
-
Constructor Details
-
ApduDataMemoryResponse
-
-
Method Details
-
getApciType
- Specified by:
getApciTypein classApduData
-
getAddress
public int getAddress() -
getData
public byte[] getData() -
serializeApduDataChild
- Specified by:
serializeApduDataChildin classApduData- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classApduData
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classApduData
-
staticParseBuilder
public static ApduDataMemoryResponse.ApduDataMemoryResponseBuilder staticParseBuilder(ReadBuffer readBuffer, Short dataLength) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-