Uses of Class
org.apache.plc4x.java.s7.netty.model.types.SpecificationType
| Package | Description |
|---|---|
| org.apache.plc4x.java.s7.netty.model.params.items | |
| org.apache.plc4x.java.s7.netty.model.types |
-
Uses of SpecificationType in org.apache.plc4x.java.s7.netty.model.params.items
Methods in org.apache.plc4x.java.s7.netty.model.params.items that return SpecificationType Modifier and Type Method Description SpecificationTypeS7AnyVarParameterItem. getSpecificationType()Constructors in org.apache.plc4x.java.s7.netty.model.params.items with parameters of type SpecificationType Constructor Description S7AnyVarParameterItem(SpecificationType specificationType, MemoryArea memoryArea, TransportSize dataType, int numElements, int dataBlockNumber, int byteOffset, byte bitOffset) -
Uses of SpecificationType in org.apache.plc4x.java.s7.netty.model.types
Methods in org.apache.plc4x.java.s7.netty.model.types that return SpecificationType Modifier and Type Method Description static SpecificationTypeSpecificationType. valueOf(byte code)Returns the enum constant of this type with the specified name.static SpecificationTypeSpecificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecificationType[]SpecificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.