Class ComObjectTableRealisationType6
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
org.apache.plc4x.java.knxnetip.readwrite.ComObjectTableRealisationType6
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
ComObjectTable.ComObjectTableBuilder -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComObjectTableRealisationType6(GroupObjectDescriptorRealisationType6 comObjectDescriptors) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeComObjectTableChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, FirmwareType firmwareType) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
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
-
comObjectDescriptors
-
-
Constructor Details
-
ComObjectTableRealisationType6
-
-
Method Details
-
getFirmwareType
- Specified by:
getFirmwareTypein classComObjectTable
-
getComObjectDescriptors
-
serializeComObjectTableChild
- Specified by:
serializeComObjectTableChildin classComObjectTable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classComObjectTable
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classComObjectTable
-
staticParseBuilder
public static ComObjectTableRealisationType6.ComObjectTableRealisationType6Builder staticParseBuilder(ReadBuffer readBuffer, FirmwareType firmwareType) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classComObjectTable
-
hashCode
public int hashCode()- Overrides:
hashCodein classComObjectTable
-
toString
- Overrides:
toStringin classComObjectTable
-