AddDataToContainer

This method is used to add a data object (DO) to the container of the logical node (LN).

METHOD FINAL AddDataToContainer : BOOL
VAR_INPUT
    ipData    : I_AcsiCommonDataClass;
END_VAR
VAR_OUTPUT
    bMatched  : BOOL;
    ipDirNode : I_AcsiDataContainerClass;
END_VAR

ipData: Interface pointer of type I_AcsiCommonAttributeClass of the data object, 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.