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