Uses of Class
org.apache.plc4x.java.s7.netty.model.types.ParameterError
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.params | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of ParameterError in org.apache.plc4x.java.s7.netty.model.params
Methods in org.apache.plc4x.java.s7.netty.model.params that return ParameterError Modifier and Type Method Description ParameterErrorCpuServicesResponseParameter. getError()Constructors in org.apache.plc4x.java.s7.netty.model.params with parameters of type ParameterError Constructor Description CpuServicesResponseParameter(CpuServicesParameterFunctionGroup functionGroup, CpuServicesParameterSubFunctionGroup subFunctionGroup, byte sequenceNumber, byte dataUnitReferenceNumber, boolean lastDataUnit, ParameterError error) -
Uses of ParameterError in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return ParameterError Modifier and Type Method Description static ParameterErrorParameterError. valueOf(short code)Returns the enum constant of this type with the specified name.static ParameterErrorParameterError. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterError[]ParameterError. values()Returns an array containing the constants of this enum type, in the order they are declared.