AddIEDToContainer
Adds a new IED to the container of the IED group.
METHOD FINAL AddIEDToContainer : BOOL
VAR_INPUT
ipIED : I_AcsiCommonIntelligentElectronicDeviceClass;
END_VAR
VAR_OUTPUT
bMatched : BOOL;
ipDirNode : I_AcsiIEDContainerClass;
END_VAR
ipIED: Interface pointer of type I_AcsiCommonIntelligentElectronicDeviceClass of the IED device 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 or negative feedback (FALSE) on error.