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