AddProfile

Adds a new connection profile.
Syntax
METHOD AddProfile : BOOL
VAR_INPUT
stFtpConfigProfile : ST_FtpConfigProfile;
END_VAR
Return value
Name | Type | Description |
---|---|---|
AddProfile | BOOL | Returns TRUE when the method has completed. Whether the action was successful can be read from the bError variable of the function block. |
Inputs
Name | Type | Description |
---|---|---|
stFtpConfigProfile | Structure with further information on the profile to be created. |