AddConnection

AddConnection 1:

This method adds a connection instance to the server.

METHOD FINAL AddConnection : BOOL
VAR_INPUT
    ipConnection : I_ScsmConnectionClass;
END_VAR
VAR_OUTPUT
    ipError      : I_ServiceErrorClass
END_VAR

ipConnection: Interface pointer of type: I_ScsmConnectionClass of the connection instance that is to be removed from the server.

ipError: Interface pointer of type I_ServiceErrorClass.

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