Class COTPParameterDisconnectAdditionalInformation
java.lang.Object
org.apache.plc4x.java.s7.readwrite.COTPParameter
org.apache.plc4x.java.s7.readwrite.COTPParameterDisconnectAdditionalInformation
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.s7.readwrite.COTPParameter
COTPParameter.COTPParameterBuilder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getData()intintinthashCode()protected voidserializeCOTPParameterChild(WriteBuffer writeBuffer) static COTPParameterDisconnectAdditionalInformation.COTPParameterDisconnectAdditionalInformationBuilderstaticParseBuilder(ReadBuffer readBuffer, Short rest) toString()Methods inherited from class org.apache.plc4x.java.s7.readwrite.COTPParameter
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
-
data
protected final byte[] data -
rest
-
-
Constructor Details
-
COTPParameterDisconnectAdditionalInformation
-
-
Method Details
-
getParameterType
- Specified by:
getParameterTypein classCOTPParameter
-
getData
public byte[] getData() -
serializeCOTPParameterChild
- Specified by:
serializeCOTPParameterChildin classCOTPParameter- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classCOTPParameter
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classCOTPParameter
-
staticParseBuilder
public static COTPParameterDisconnectAdditionalInformation.COTPParameterDisconnectAdditionalInformationBuilder staticParseBuilder(ReadBuffer readBuffer, Short rest) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classCOTPParameter
-
hashCode
public int hashCode()- Overrides:
hashCodein classCOTPParameter
-
toString
- Overrides:
toStringin classCOTPParameter
-