GetServerObject

This method can be used to determine the interface pointer of the server object instance (top level of the IEC 61850 data model, IED).

METHOD GetServerObject : BOOL
VAR_OUTPUT
    ipServer : I_AcsiCommonIntelligentElectronicDeviceClass;
END_VAR

ipServer: Interface pointer of type I_AcsiCommonIntelligentElectronicDeviceClass of the server object instance.

Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.