Class ConnectionRequestInformationTunnelConnection
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformation
org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformationTunnelConnection
- All Implemented Interfaces:
Message,Serializable
public class ConnectionRequestInformationTunnelConnection
extends ConnectionRequestInformation
implements Message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformation
ConnectionRequestInformation.ConnectionRequestInformationBuilder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeConnectionRequestInformationChild(WriteBuffer writeBuffer) static ConnectionRequestInformationTunnelConnection.ConnectionRequestInformationTunnelConnectionBuilderstaticParseBuilder(ReadBuffer readBuffer) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformation
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
-
knxLayer
-
-
Constructor Details
-
ConnectionRequestInformationTunnelConnection
-
-
Method Details
-
getConnectionType
- Specified by:
getConnectionTypein classConnectionRequestInformation
-
getKnxLayer
-
serializeConnectionRequestInformationChild
protected void serializeConnectionRequestInformationChild(WriteBuffer writeBuffer) throws SerializationException - Specified by:
serializeConnectionRequestInformationChildin classConnectionRequestInformation- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classConnectionRequestInformation
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classConnectionRequestInformation
-
staticParseBuilder
public static ConnectionRequestInformationTunnelConnection.ConnectionRequestInformationTunnelConnectionBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classConnectionRequestInformation
-
hashCode
public int hashCode()- Overrides:
hashCodein classConnectionRequestInformation
-
toString
- Overrides:
toStringin classConnectionRequestInformation
-