Uses of Enum
org.apache.plc4x.java.s7.readwrite.MemoryArea
Packages that use MemoryArea
-
Uses of MemoryArea in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as MemoryAreaMethods in org.apache.plc4x.java.s7.readwrite that return MemoryAreaModifier and TypeMethodDescriptionstatic MemoryAreaMemoryArea.enumForValue(short value) static MemoryAreaMemoryArea.firstEnumForFieldShortName(String fieldValue) S7AddressAny.getArea()static MemoryAreaReturns 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 MemoryAreaModifier and TypeMethodDescriptionstatic List<MemoryArea>MemoryArea.enumsForFieldShortName(String fieldValue) Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type MemoryAreaModifierConstructorDescriptionS7AddressAny(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress) S7AddressAnyBuilder(TransportSize transportSize, int numberOfElements, int dbNumber, MemoryArea area, int byteAddress, byte bitAddress, Short reservedField0) -
Uses of MemoryArea in org.apache.plc4x.java.s7.readwrite.field
Methods in org.apache.plc4x.java.s7.readwrite.field that return MemoryAreaModifier and TypeMethodDescriptionS7Field.getMemoryArea()protected static MemoryAreaS7Field.getMemoryAreaForShortName(String shortName) Constructors in org.apache.plc4x.java.s7.readwrite.field with parameters of type MemoryAreaModifierConstructorDescriptionprotectedS7Field(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements) protectedS7StringField(TransportSize dataType, MemoryArea memoryArea, int blockNumber, int byteOffset, byte bitOffset, int numElements, int stringLength)