Class S7AnyVarParameterItem

java.lang.Object
org.apache.plc4x.java.s7.netty.model.params.items.S7AnyVarParameterItem
All Implemented Interfaces:
VarParameterItem

public class S7AnyVarParameterItem
extends Object
implements VarParameterItem
"Low-level" description of S7 Address range and the necessary size for transportation of values. Is used as Arguments of VarParameter object. Contains the information to read one or more sequential values of the same datatype starting from given offset in a memory region and also contains the transportation size of the datatype read. In detail:
  • transportSize - TransportSize of the datatype
  • numElements - number of consecutive elements to be read
  • dataBlockNumber - number of the datablock
  • bit / byteOffset where the adress starts