Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.simatic.S7.BlockType
Packages that use S7.BlockType
Package
Description
Public types and interfaces provided by the Simatic S7 analysis plugins.
-
Uses of S7.BlockType in com.pnfsoftware.jeb.core.units.code.simatic
Methods in com.pnfsoftware.jeb.core.units.code.simatic that return S7.BlockTypeModifier and TypeMethodDescriptionstatic S7.BlockTypeS7.BlockType.fromId(int id) IS7Block.getType()static S7.BlockTypeReturns the enum constant of this class with the specified name.static S7.BlockType[]S7.BlockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.simatic with parameters of type S7.BlockTypeModifier and TypeMethodDescriptionIS7BlocksManager.findBlock(S7.BlockType type, int number) Find a block.longIS7Unit.getAddressOfCode(S7.BlockType type, int number) longIS7Unit.getAddressOfData(S7.BlockType type, int number) booleanS7.BlockType.isAnyOf(S7.BlockType... blockTypes) booleanS7.BlockType.isNoneOf(S7.BlockType... blockTypes)