DAS
3.1.6 - 18/09/2017
|
structure for FTP setting More...
#include <DAS_Spatramdef.h>
Data Fields | |
MOBJECT | edid |
edit for FTP server user More... | |
MOBJECT | edpwd |
edit for FTP server pwd More... | |
MOBJECT | edServerFTP |
edit for FTP server address More... | |
char | ftppwd [32] |
FTP server pwd. More... | |
char | ftpserver [32] |
FTP server address. More... | |
char | ftpuser [32] |
FTP server users. More... | |
MOBJECT | lbl [3] |
labels for FTP config section More... | |
MOBJECT | pbftp [2] |
push buttons for FTP server (0=save FTP Setting; 1=Test FTP) More... | |
MOBJECT | rb [2] |
radio buttons for FTP config section More... | |
MOBJECT dftp::edid |
edit for FTP server user
Definition at line 553 of file DAS_Spatramdef.h.
Referenced by CONFP_opt_page4().
MOBJECT dftp::edpwd |
edit for FTP server pwd
Definition at line 554 of file DAS_Spatramdef.h.
Referenced by CONFP_opt_page4().
MOBJECT dftp::edServerFTP |
edit for FTP server address
Definition at line 552 of file DAS_Spatramdef.h.
Referenced by CONFP_opt_page4().
char dftp::ftppwd[32] |
FTP server pwd.
Definition at line 558 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), CONFP_opt_page4(), FTP_Back_UP(), LoadFTPSetting(), TestFTP(), and WriteFTPINI().
char dftp::ftpserver[32] |
FTP server address.
Definition at line 556 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), CONFP_opt_page4(), FTP_Back_UP(), LoadFTPSetting(), TestFTP(), and WriteFTPINI().
char dftp::ftpuser[32] |
FTP server users.
Definition at line 557 of file DAS_Spatramdef.h.
Referenced by ActEditCB(), CONFP_opt_page4(), FTP_Back_UP(), LoadFTPSetting(), TestFTP(), and WriteFTPINI().
MOBJECT dftp::lbl[3] |
labels for FTP config section
Definition at line 550 of file DAS_Spatramdef.h.
MOBJECT dftp::pbftp[2] |
push buttons for FTP server (0=save FTP Setting; 1=Test FTP)
Definition at line 555 of file DAS_Spatramdef.h.
MOBJECT dftp::rb[2] |
radio buttons for FTP config section
Definition at line 551 of file DAS_Spatramdef.h.