Class ProjectInstallationIdentifier
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ProjectInstallationIdentifier
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final short -
Constructor Summary
ConstructorsConstructorDescriptionProjectInstallationIdentifier(short projectNumber, short installationNumber) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintshortinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
projectNumber
protected final short projectNumber -
installationNumber
protected final short installationNumber
-
-
Constructor Details
-
ProjectInstallationIdentifier
public ProjectInstallationIdentifier(short projectNumber, short installationNumber)
-
-
Method Details
-
getProjectNumber
public short getProjectNumber() -
getInstallationNumber
public short getInstallationNumber() -
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static ProjectInstallationIdentifier staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static ProjectInstallationIdentifier staticParse(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-