– Author : Mykhailo Vladymyrov 18/07/2013 //////////////////////////////////////////////////////////////////////// // EdbScanClientBase, EdbScanClientCommon // // remote scanning library base class that privides library interface // and common class with implementation of clients' common functions // // ////////////////////////////////////////////////////////////////////////
19{
20 eSock=0;
21 eCMD[0]=0;
22 eMess[0]=0;
23 eMess1[0]=0;
24
25 eMAXSCANATTEMPTS = 3;
26 eMAXFAILS = 5;
27 ePORT=1777;
28
29 eNXview = 1;
30 eNYview = 1;
31 eXstep = 360;
32 eYstep = 275;
33}