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