Author : Valeri Tioukov 22/12/2006 Revised: Mykhailo Vladymyrov 18/07/2013 //////////////////////////////////////////////////////////////////////// // EdbScanClientSysal // // Sysal remote scanning class based on the code of scripts "scanlib.C" // written by Igor Kreslo and interacting with SySal BernScanDriver // // ////////////////////////////////////////////////////////////////////////
21{
22 printf("EdbScanClient:\n");
23 printf("Server: %s PORT: %d\n",eServer.Data(),ePORT);
24 printf("CMD: %s\n",eCMD);
25 printf("mess: %s\n",eMess);
26 printf("mess1: %s\n",eMess1);
27}