AddBufferedReportControlBlockToContainer

This method is used to add a report control block instance for buffered reports (Buffered Report Control Block, BRCB) to the container of the logical node (LN).

METHOD FINAL AddBufferedReportControlBlockToContainer : BOOL
VAR_INPUT
    ipBufferedReportControlBlock : I_AcsiCommonBufferedReportControlBlockClass;
END_VAR
VAR_OUTPUT
    bMatched                     : BOOL;
    ipDirNode                    : I_AcsiBrCBContainerClass;
END_VAR

ipBufferedReportControlBlock: Interface pointer of type I_AcsiBufferedReportControlBlockClass of the report 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.