Interface IS7BlocksManager
- All Known Subinterfaces:
IS7Unit
public interface IS7BlocksManager
A manager of S7 blocks.
-
Method Summary
Modifier and TypeMethodDescriptionfindBlock
(S7.BlockType type, int number) Find a block.Retrieve the optional entry name (e.g.Retrieve a read-only list of S7 blocks managed by this object.
-
Method Details
-
getBlocks
Retrieve a read-only list of S7 blocks managed by this object.- Returns:
- list of blocks
-
findBlock
Find a block.- Parameters:
type
-number
-- Returns:
-
getBlockEntryName
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
-