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

Annotation of /smsdaemon/ISmsTransceiver.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 180 - (hide annotations) (download)
Fri Dec 12 12:54:27 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 397 byte(s)
Remove ISmsTransceiver::DeleteSms() - Each transceiver should clean up after itself

Merge SmsHelper into ModemTransceiver, since it is closely connected to the AT command output


1 torben 149 #ifndef __ISMSTRANSCEIVER_H__
2     #define __ISMSTRANSCEIVER_H__
3 torben 90
4     #include <string>
5 torben 144 #include <vector>
6     #include "Sms.h"
7 torben 90
8 torben 144
9 torben 149 class ISmsTransceiver
10 torben 90 {
11     public:
12     virtual void SendSms(std::string to, std::string message, bool allowMultipart) = 0;
13 torben 144 virtual std::vector<SMS> ReadSms(bool readAll = false) = 0;
14    
15     virtual int DeleteAllSms() = 0;
16    
17 torben 149 virtual ~ISmsTransceiver() {}
18 torben 90 };
19    
20    
21 torben 149 #endif // __ISMSTRANSCEIVER_H__

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20