Class SetupCommunicationParameter
java.lang.Object
org.apache.plc4x.java.s7.netty.model.params.SetupCommunicationParameter
- All Implemented Interfaces:
S7Parameter
public class SetupCommunicationParameter extends Object implements S7Parameter
-
Constructor Summary
Constructors Constructor Description SetupCommunicationParameter(short maxAmqCaller, short maxAmqCallee, short pduLength) -
Method Summary
Modifier and Type Method Description shortgetMaxAmqCallee()shortgetMaxAmqCaller()shortgetPduLength()ParameterTypegetType()
-
Constructor Details
-
SetupCommunicationParameter
public SetupCommunicationParameter(short maxAmqCaller, short maxAmqCallee, short pduLength)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceS7Parameter
-
getMaxAmqCaller
public short getMaxAmqCaller() -
getMaxAmqCallee
public short getMaxAmqCallee() -
getPduLength
public short getPduLength()
-