Class KnxNetIpRouting
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ServiceId
-
- org.apache.plc4x.java.knxnetip.readwrite.KnxNetIpRouting
-
- All Implemented Interfaces:
Message,Serializable
public class KnxNetIpRouting extends ServiceId implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKnxNetIpRouting.KnxNetIpRoutingBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ServiceId
ServiceId.ServiceIdBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected shortversion
-
Constructor Summary
Constructors Constructor Description KnxNetIpRouting(short version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetLengthInBits()intgetLengthInBytes()ShortgetServiceType()shortgetVersion()inthashCode()protected voidserializeServiceIdChild(WriteBuffer writeBuffer)static ServiceId.ServiceIdBuilderstaticParseServiceIdBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ServiceId
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Method Detail
-
getServiceType
public Short getServiceType()
- Specified by:
getServiceTypein classServiceId
-
getVersion
public short getVersion()
-
serializeServiceIdChild
protected void serializeServiceIdChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeServiceIdChildin classServiceId- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classServiceId
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classServiceId
-
staticParseServiceIdBuilder
public static ServiceId.ServiceIdBuilder staticParseServiceIdBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-