Class MPropReadReq
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.CEMI
org.apache.plc4x.java.knxnetip.readwrite.MPropReadReq
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.CEMI
CEMI.CEMIBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final byteprotected final shortprotected final shortprotected final Integerprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionMPropReadReq(int interfaceObjectType, short objectInstance, short propertyId, byte numberOfElements, int startIndex, Integer size) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintbyteshortshortintinthashCode()protected voidserializeCEMIChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Integer size) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.CEMI
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
-
interfaceObjectType
protected final int interfaceObjectType -
objectInstance
protected final short objectInstance -
propertyId
protected final short propertyId -
numberOfElements
protected final byte numberOfElements -
startIndex
protected final int startIndex -
size
-
-
Constructor Details
-
MPropReadReq
public MPropReadReq(int interfaceObjectType, short objectInstance, short propertyId, byte numberOfElements, int startIndex, Integer size)
-
-
Method Details
-
getMessageCode
- Specified by:
getMessageCodein classCEMI
-
getInterfaceObjectType
public int getInterfaceObjectType() -
getObjectInstance
public short getObjectInstance() -
getPropertyId
public short getPropertyId() -
getNumberOfElements
public byte getNumberOfElements() -
getStartIndex
public int getStartIndex() -
serializeCEMIChild
- Specified by:
serializeCEMIChildin classCEMI- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classCEMI
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classCEMI
-
staticParseBuilder
public static MPropReadReq.MPropReadReqBuilder staticParseBuilder(ReadBuffer readBuffer, Integer size) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-