Interface IS7BlocksManager

All Known Subinterfaces:
IS7Unit

public interface IS7BlocksManager
A manager of S7 blocks.
  • Method Details

    • getBlocks

      List<IS7Block> getBlocks()
      Retrieve a read-only list of S7 blocks managed by this object.
      Returns:
      list of blocks
    • findBlock

      IS7Block findBlock(S7.BlockType type, int number)
      Find a block.
      Parameters:
      type -
      number -
      Returns:
    • getBlockEntryName

      String getBlockEntryName(IS7Block blk)
      Retrieve the optional entry name (e.g. file name or path name) name associated with a block.
      Parameters:
      blk - a block
      Returns:
      optional string or path