Class KnxGroupAddress
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.KnxGroupAddress
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
KnxGroupAddress2Level,KnxGroupAddress3Level,KnxGroupAddressFreeLevel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintabstract ByteinthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeKnxGroupAddressChild(WriteBuffer writeBuffer) static KnxGroupAddressstaticParse(ReadBuffer readBuffer, Byte numLevels) static KnxGroupAddressstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Constructor Details
-
KnxGroupAddress
public KnxGroupAddress()
-
-
Method Details
-
getNumLevels
-
serializeKnxGroupAddressChild
protected abstract void serializeKnxGroupAddressChild(WriteBuffer writeBuffer) throws SerializationException - Throws:
SerializationException
-
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 KnxGroupAddress staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static KnxGroupAddress staticParse(ReadBuffer readBuffer, Byte numLevels) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-