Home | History | Annotate | Download | only in lib
      1 #ifndef _DOWNLOADFN_H
      2 #define _DOWNLOADFN_H
      3 
      4 void SetBaudrate(int baudrate);
      5 void SetComPort(char *comport);
      6 void SetTraceFile(char *filepath);
      7 void SetEraseMode(int value);
      8 void SetHighPerformance();
      9 void ResetModem();
     10 int DownloadFiles(char* file);
     11 
     12 #endif
     13