AddGooseControlBlockToContainer
This method is used to add a goose control block instance (generic object oriented substation event control block, GCB) to the container of the logical node (LN).
METHOD FINAL AddGooseControlBlockToContainer : BOOL
VAR_INPUT
ipGooseControlBlock : I_AcsiCommonGooseControlBlockClass;
END_VAR
VAR_OUTPUT
bMatched : BOOL;
ipDirNode : I_AcsiGoCBContainerClass;
END_VAR
ipGooseControlBlock: Interface pointer of type I_AcsiCommonGooseControlBlockClass of the goose control block instance, which is to be added to the container.
bMatched: If TRUE, the object already exists in the container.
ipDirNode: interface pointer of the new container list item.
Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.