Uses of Class
org.apache.plc4x.java.eip.readwrite.CIPStatus
-
Packages that use CIPStatus Package Description org.apache.plc4x.java.eip.readwrite -
-
Uses of CIPStatus in org.apache.plc4x.java.eip.readwrite
Methods in org.apache.plc4x.java.eip.readwrite that return CIPStatus Modifier and Type Method Description static CIPStatusCIPStatus. enumForValue(long value)static CIPStatusCIPStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CIPStatus[]CIPStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-