Uses of Class
org.apache.plc4x.java.s7.types.S7ControllerType
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty | |
| org.apache.plc4x.java.s7.types |
-
Uses of S7ControllerType in org.apache.plc4x.java.s7.netty
Constructors in org.apache.plc4x.java.s7.netty with parameters of type S7ControllerType Constructor Description S7Protocol(short requestedMaxAmqCaller, short requestedMaxAmqCallee, short requestedPduSize, S7ControllerType controllerType, S7MessageProcessor messageProcessor) -
Uses of S7ControllerType in org.apache.plc4x.java.s7.types
Methods in org.apache.plc4x.java.s7.types that return S7ControllerType Modifier and Type Method Description static S7ControllerTypeS7ControllerType. valueOf(String name)Returns the enum constant of this type with the specified name.static S7ControllerType[]S7ControllerType. values()Returns an array containing the constants of this enum type, in the order they are declared.