Class ProjectInstallationIdentifier
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ProjectInstallationIdentifier
-
- All Implemented Interfaces:
Message,Serializable
public class ProjectInstallationIdentifier extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected shortinstallationNumberprotected shortprojectNumber
-
Constructor Summary
Constructors Constructor Description ProjectInstallationIdentifier(short projectNumber, short installationNumber)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)shortgetInstallationNumber()intgetLengthInBits()intgetLengthInBytes()shortgetProjectNumber()inthashCode()voidserialize(WriteBuffer writeBuffer)static ProjectInstallationIdentifierstaticParse(ReadBuffer readBuffer)static ProjectInstallationIdentifierstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Method Detail
-
getProjectNumber
public short getProjectNumber()
-
getInstallationNumber
public short getInstallationNumber()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- 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
-
-