Uses of Enum
org.apache.plc4x.java.s7.readwrite.types.S7ControllerType
Packages that use S7ControllerType
Package
Description
-
Uses of S7ControllerType in org.apache.plc4x.java.s7.readwrite.context
Methods in org.apache.plc4x.java.s7.readwrite.context that return S7ControllerTypeMethods in org.apache.plc4x.java.s7.readwrite.context with parameters of type S7ControllerTypeModifier and TypeMethodDescriptionvoidS7DriverContext.setControllerType(S7ControllerType controllerType) -
Uses of S7ControllerType in org.apache.plc4x.java.s7.readwrite.types
Methods in org.apache.plc4x.java.s7.readwrite.types that return S7ControllerTypeModifier and TypeMethodDescriptionstatic S7ControllerTypeReturns 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.