Uses of Class
org.apache.plc4x.java.s7.netty.model.types.ParameterType
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.params | |
| org.apache.plc4x.java.s7.netty.model.payloads | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of ParameterType in org.apache.plc4x.java.s7.netty.model.params
Methods in org.apache.plc4x.java.s7.netty.model.params that return ParameterType Modifier and Type Method Description ParameterTypeCpuServicesParameter. getType()ParameterTypeS7Parameter. getType()ParameterTypeSetupCommunicationParameter. getType()ParameterTypeVarParameter. getType()Constructors in org.apache.plc4x.java.s7.netty.model.params with parameters of type ParameterType Constructor Description VarParameter(ParameterType type, List<VarParameterItem> items) -
Uses of ParameterType in org.apache.plc4x.java.s7.netty.model.payloads
Methods in org.apache.plc4x.java.s7.netty.model.payloads that return ParameterType Modifier and Type Method Description ParameterTypeCpuServicesPayload. getType()ParameterTypeS7Payload. getType()ParameterTypeVarPayload. getType()Constructors in org.apache.plc4x.java.s7.netty.model.payloads with parameters of type ParameterType Constructor Description VarPayload(ParameterType parameterType, List<VarPayloadItem> payloadItems) -
Uses of ParameterType in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return ParameterType Modifier and Type Method Description static ParameterTypeParameterType. valueOf(byte code)Returns the enum constant of this type with the specified name.static ParameterTypeParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterType[]ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.