Class ApduDataExtPropertyValueRead
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
org.apache.plc4x.java.knxnetip.readwrite.ApduDataExtPropertyValueRead
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
ApduDataExt.ApduDataExtBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final byteprotected final intprotected final Shortprotected final shortprotected final short -
Constructor Summary
ConstructorsConstructorDescriptionApduDataExtPropertyValueRead(short objectIndex, short propertyId, byte count, int index, Short length) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbytegetCount()intgetIndex()intintshortshortinthashCode()protected voidserializeApduDataExtChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Short length) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
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
-
objectIndex
protected final short objectIndex -
propertyId
protected final short propertyId -
count
protected final byte count -
index
protected final int index -
length
-
-
Constructor Details
-
ApduDataExtPropertyValueRead
public ApduDataExtPropertyValueRead(short objectIndex, short propertyId, byte count, int index, Short length)
-
-
Method Details
-
getExtApciType
- Specified by:
getExtApciTypein classApduDataExt
-
getObjectIndex
public short getObjectIndex() -
getPropertyId
public short getPropertyId() -
getCount
public byte getCount() -
getIndex
public int getIndex() -
serializeApduDataExtChild
- Specified by:
serializeApduDataExtChildin classApduDataExt- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classApduDataExt
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classApduDataExt
-
staticParseBuilder
public static ApduDataExtPropertyValueRead.ApduDataExtPropertyValueReadBuilder staticParseBuilder(ReadBuffer readBuffer, Short length) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classApduDataExt
-
hashCode
public int hashCode()- Overrides:
hashCodein classApduDataExt
-
toString
- Overrides:
toStringin classApduDataExt
-