class AFunctionBlockCall
Package: swiss.avm.up.core.generic.specification.interface_local.javamodel.AFunctionBlockCall
Direct Known Subclasses: FunctionBlock, FunctionFBInstance
class AFunctionBlockCall extends Resource
Properties
call
The code of the function block is executed with the call object.
FunctionBlockCall[1..1]
If the parameters are specified when the FunctionBlock call element is called, it is necessary to specify the function block with the corresponding interface field to identify the parameters.
In the case of a function block array, the array index must not be specified in the brackets.
Example:
fbABC.call(fbABC.field1 = 1))
Example with FunctionBlock as array:
aFbABC[1].call(fbABC.field1 = 1)