Uses of Class
org.apache.plc4x.java.s7.utils.S7ParamErrorCode
-
Packages that use S7ParamErrorCode Package Description org.apache.plc4x.java.s7.utils -
-
Uses of S7ParamErrorCode in org.apache.plc4x.java.s7.utils
Methods in org.apache.plc4x.java.s7.utils that return S7ParamErrorCode Modifier and Type Method Description static S7ParamErrorCodeS7ParamErrorCode. valueOf(short code)Returns the enum constant of this type with the specified name.static S7ParamErrorCodeS7ParamErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static S7ParamErrorCodeS7ParamErrorCode. valueOfEvent(String event)static S7ParamErrorCode[]S7ParamErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-