Class ServiceId
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ServiceId
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
KnxNetIpCore,KnxNetIpDeviceManagement,KnxNetIpRouting,KnxNetIpTunneling,KnxNetObjectServer,KnxNetRemoteConfigurationAndDiagnosis,KnxNetRemoteLogging
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintabstract ShortinthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeServiceIdChild(WriteBuffer writeBuffer) static ServiceIdstaticParse(ReadBuffer readBuffer) static ServiceIdstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Constructor Details
-
ServiceId
public ServiceId()
-
-
Method Details
-
getServiceType
-
serializeServiceIdChild
protected abstract void serializeServiceIdChild(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
- Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-