AddMember
This method is used to add a data object (DO) to the member container of a data set.
METHOD FINAL AddMember : BOOL
VAR_INPUT
ipData : I_AcsiCommonDataClass;
eFc : E_AcsiFc;
END_VAR
VAR_OUTPUT
bMatched : BOOL;
ipDirNode: I_AcsiDataSetMemberClass;
END_VAR
ipData: Interface pointer of type I_AcsiCommonDataClass of the data object, which is to be added to the member container.
eFc: Functional group of the data object of type E_AcsiFc.
bMatched: If TRUE, the data object is already in the member container.
ipDirNode: interface pointer of the new container list item.
Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.