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

Diff of /smsdaemon/GsmModem.h

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

revision 58 by torben, Wed Jun 11 16:08:37 2008 UTC revision 59 by torben, Wed Jun 11 19:42:24 2008 UTC
# Line 28  public: Line 28  public:
28          void Init();          void Init();
29    
30          virtual void SendSms(std::string to, std::string message);          virtual void SendSms(std::string to, std::string message);
31            void SendSmsPdu(std::string pdu, int len);
32    
33          std::vector<SMS> ReadSms(bool readAll=false);          std::vector<SMS> ReadSms(bool readAll=false);
34          void DeleteSms(std::string smsIndex);          void DeleteSms(std::string smsIndex);
35          int DeleteAllSms();          int DeleteAllSms();

Legend:
Removed from v.58  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.20