Class ApduDataDeviceDescriptorResponse
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ApduData
org.apache.plc4x.java.knxnetip.readwrite.ApduDataDeviceDescriptorResponse
- 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 byte[]protected final Shortprotected final short -
Constructor Summary
ConstructorsConstructorDescriptionApduDataDeviceDescriptorResponse(short descriptorType, byte[] data, Short dataLength) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getData()shortintintinthashCode()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
-
descriptorType
protected final short descriptorType -
data
protected final byte[] data -
dataLength
-
-
Constructor Details
-
ApduDataDeviceDescriptorResponse
-
-
Method Details
-
getApciType
- Specified by:
getApciTypein classApduData
-
getDescriptorType
public short getDescriptorType() -
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 ApduDataDeviceDescriptorResponse.ApduDataDeviceDescriptorResponseBuilder staticParseBuilder(ReadBuffer readBuffer, Short dataLength) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-