Connect

Connect 1:

This method is called when a connection is to be established from the client to the server.

Syntax

METHOD Connect: BOOL
VAR_INPUT
    bReconfig : BOOL;
END_VAR

Connect 2: Return value

Name

Type

Description

Connect

BOOL

If the connection is successfully established, the method returns TRUE.

Connect 3: Inputs

Name

Type

Description

bReconfig

BOOL

This parameter must be set to TRUE if the connection parameters were changed after the initial connection was established and should be used the next time the connection is established.