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