AddUnbufferedReportControlBlockToContainer
This method is used to add a report control block instance for unbuffered reports (unbuffered report control block, URCB) to the container of the logical node (LN).
METHOD FINAL AddUnbufferedReportControlBlockToContainer : BOOL
VAR_INPUT
ipUnbufferedReportControlBlock : I_AcsiCommonUnbufferedReportControlBlockClass;
END_VAR
VAR_OUTPUT
bMatched : BOOL;
ipDirNode : I_AcsiUrCBContainerClass;
END_VAR
ipUnbufferedReportControlBlock: Interface pointer of type I_AcsiUnbufferedReportControlBlockClass 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.