Uses of Class
org.apache.plc4x.java.s7.readwrite.MemoryArea
-
Packages that use MemoryArea Package Description org.apache.plc4x.java.s7.readwrite org.apache.plc4x.java.s7.readwrite.tag -
-
Uses of MemoryArea in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as MemoryArea Modifier and Type Field Description protected MemoryAreaS7AddressAny. areaprotected MemoryAreaCycServiceItemAnyType. memoryAreaMethods in org.apache.plc4x.java.s7.readwrite that return MemoryArea Modifier and Type Method Description static MemoryAreaMemoryArea. enumForValue(short value)static MemoryAreaMemoryArea. firstEnumForFieldShortName(String fieldValue)MemoryAreaS7AddressAny. getArea()MemoryAreaCycServiceItemAnyType. getMemoryArea()static MemoryAreaMemoryArea. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryArea[]MemoryArea. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.s7.readwrite that return types with arguments of type MemoryArea Modifier and Type Method Description static List<MemoryArea>MemoryArea. enumsForFieldShortName(String fieldValue)Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type MemoryArea Constructor Description CycServiceItemAnyType(short byteLength, short syntaxId, TransportSize transportSize, int length, int dbNumber, MemoryArea memoryArea, int address)CycServiceItemAnyTypeBuilderImpl(TransportSize transportSize, int length, int dbNumber, MemoryArea memoryArea, int address)S7AddressAny(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress)S7AddressAnyBuilderImpl(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress) -
Uses of MemoryArea in org.apache.plc4x.java.s7.readwrite.tag
Methods in org.apache.plc4x.java.s7.readwrite.tag that return MemoryArea Modifier and Type Method Description MemoryAreaS7Tag. getMemoryArea()protected static MemoryAreaS7Tag. getMemoryAreaForShortName(String shortName)Constructors in org.apache.plc4x.java.s7.readwrite.tag with parameters of type MemoryArea Constructor Description S7StringFixedLengthTag(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements, int stringLength)S7StringVarLengthTag(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements)S7Tag(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements)
-