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

Diff of /smsdaemon/ModemTransceiver.h

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

revision 180 by torben, Fri Dec 12 12:54:27 2008 UTC revision 210 by torben, Sun Dec 21 21:14:40 2008 UTC
# Line 22  public: Line 22  public:
22          void Init();          void Init();
23    
24          virtual void SendSms(std::string to, std::string message, bool allowMultipart);          virtual void SendSms(std::string to, std::string message, bool allowMultipart);
25          void SendSmsPdu(std::string pdu, int len);          void SendSmsPdu(std::string pdu, int len);
26    
27          virtual std::vector<SMS> ReadSms(bool readAll=false);          virtual std::vector<SMS> ReadSms(bool readAll=false);
28    
29          virtual void DeleteSms(std::string smsIndex);          void DeleteSms(std::string smsIndex);
         virtual int DeleteAllSms();  
30  private:  private:
31          std::string GetResponse();          std::string GetResponse();
32          std::string Command(std::string command, std::string term = "OK\r\n");          std::string Command(std::string command, std::string term = "OK\r\n");

Legend:
Removed from v.180  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC 1.1.20