Class S7ParameterSetupCommunication
java.lang.Object
org.apache.plc4x.java.s7.readwrite.S7Parameter
org.apache.plc4x.java.s7.readwrite.S7ParameterSetupCommunication
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.s7.readwrite.S7Parameter
S7Parameter.S7ParameterBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intprotected final intprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionS7ParameterSetupCommunication(int maxAmqCaller, int maxAmqCallee, int pduLength) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintintintinthashCode()protected voidserializeS7ParameterChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Short messageType) toString()Methods inherited from class org.apache.plc4x.java.s7.readwrite.S7Parameter
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
-
maxAmqCaller
protected final int maxAmqCaller -
maxAmqCallee
protected final int maxAmqCallee -
pduLength
protected final int pduLength
-
-
Constructor Details
-
S7ParameterSetupCommunication
public S7ParameterSetupCommunication(int maxAmqCaller, int maxAmqCallee, int pduLength)
-
-
Method Details
-
getParameterType
- Specified by:
getParameterTypein classS7Parameter
-
getMessageType
- Specified by:
getMessageTypein classS7Parameter
-
getMaxAmqCaller
public int getMaxAmqCaller() -
getMaxAmqCallee
public int getMaxAmqCallee() -
getPduLength
public int getPduLength() -
serializeS7ParameterChild
- Specified by:
serializeS7ParameterChildin classS7Parameter- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classS7Parameter
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classS7Parameter
-
staticParseBuilder
public static S7ParameterSetupCommunication.S7ParameterSetupCommunicationBuilder staticParseBuilder(ReadBuffer readBuffer, Short messageType) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classS7Parameter
-
hashCode
public int hashCode()- Overrides:
hashCodein classS7Parameter
-
toString
- Overrides:
toStringin classS7Parameter
-