Class COTPParameterCallingTsap
java.lang.Object
org.apache.plc4x.java.s7.readwrite.COTPParameter
org.apache.plc4x.java.s7.readwrite.COTPParameterCallingTsap
- 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 TypeMethodDescriptionbooleanintintintinthashCode()protected voidserializeCOTPParameterChild(WriteBuffer writeBuffer) staticParseBuilder(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
-
tsapId
protected final int tsapId -
rest
-
-
Constructor Details
-
COTPParameterCallingTsap
-
-
Method Details
-
getParameterType
- Specified by:
getParameterTypein classCOTPParameter
-
getTsapId
public int getTsapId() -
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 COTPParameterCallingTsap.COTPParameterCallingTsapBuilder staticParseBuilder(ReadBuffer readBuffer, Short rest) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classCOTPParameter
-
hashCode
public int hashCode()- Overrides:
hashCodein classCOTPParameter
-
toString
- Overrides:
toStringin classCOTPParameter
-