ResyncReq

Enables the Resync command.

METHOD FINAL ResyncReq : BOOL
VAR_INPUT
    ipClient : I_ScsmClientClass;
    nEntryID : LWORD;
END_VAR
VAR_OUTPUT
    ipResult : I_AsyncServiceResultClass;
END_VAR

ipClient: Interface pointer of type: I_ScsmClientClass. This pointer determines the service executing object instance of the IEC 61850 client.

nEntryID: EntryID of the report for the buffer resynchronization command.

ipResult: Interface pointer of type: I_AsyncServiceResultClass This pointer can be used to query and monitor the status/progress and the result of the service execution.

Return parameter: Positive feedback (TRUE) if the service primitive was sent/started successfully, negative feedback (FALSE) on error.