AddProfile
Fügt ein neues Verbindungsprofil hinzu.
Syntax
METHOD AddProfile : BOOL
VAR_INPUT
stFtpConfigProfile : ST_FtpConfigProfile;
END_VAR
Rückgabewert
Name | Typ | Beschreibung |
---|---|---|
AddProfile | BOOL | Gibt TRUE zurück, wenn die Methode fertig ist. Ob die Aktion erfolgreich war, ist an der Variablen bError vom Funktionsbaustein abzulesen. |
Eingänge
Name | Typ | Beschreibung |
---|---|---|
stFtpConfigProfile | Struktur mit weiteren Informationen zu dem anzulegenden Profil. |