/[projects]/smsdaemon/ModemTransceiver.h
ViewVC logotype

Diff of /smsdaemon/ModemTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by torben, Wed Jun 11 12:41:10 2008 UTC revision 57 by torben, Wed Jun 11 16:08:37 2008 UTC
# Line 25  public: Line 25  public:
25          GsmModem(SerialPort& serialport);          GsmModem(SerialPort& serialport);
26          virtual ~GsmModem() {}          virtual ~GsmModem() {}
27    
28            void Init();
29    
30          virtual void SendSms(std::string to, std::string message);          virtual void SendSms(std::string to, std::string message);
31          std::vector<SMS> ReadSms(bool readAll=false);          std::vector<SMS> ReadSms(bool readAll=false);
32          void DeleteSms(std::string smsIndex);          void DeleteSms(std::string smsIndex);
33          int DeleteAllSms();          int DeleteAllSms();
34  private:  private:
         void Init();  
35          std::string GetResponse();          std::string GetResponse();
36          std::string Command(std::string command, std::string term = "OK\r\n");          std::string Command(std::string command, std::string term = "OK\r\n");
37    
38            bool _timeout;
39          SerialPort& m_port;          SerialPort& m_port;
40  };  };
41    

Legend:
Removed from v.53  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC 1.1.20