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

Diff of /smsdaemon/SmsPdu.h

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

revision 68 by torben, Thu Jun 12 18:54:24 2008 UTC revision 69 by torben, Fri Jun 13 06:38:43 2008 UTC
# Line 3  Line 3 
3  #include <string>  #include <string>
4  #include <vector>  #include <vector>
5    
6    #include "Sms.h"
7    
8  struct PduInfo  struct PduInfo
9  {  {
10          std::string pdu;          std::string pdu;
# Line 16  namespace SmsPdu Line 18  namespace SmsPdu
18          std::string DecodePhonenr(std::string input);          std::string DecodePhonenr(std::string input);
19    
20          std::string HexformatVector(std::vector<unsigned char> vec);          std::string HexformatVector(std::vector<unsigned char> vec);
21            std::vector<unsigned char> HexDecodeString(std::string str);
22    
23          std::vector<unsigned char> Encode7to8bit(std::string str);          std::vector<unsigned char> Encode7to8bit(std::string str);
24          std::string Decode8to7bit( std::vector<unsigned char> input );          std::string Decode8to7bit( std::vector<unsigned char> input );
25    
26          std::vector<PduInfo> CreateSmsPdu(std::string to, std::string message, bool allowMultipart);          std::vector<PduInfo> CreateSmsPdu(std::string to, std::string message, bool allowMultipart);
27    
28            SMS ParseSmsPdu(std::string pdu);
29  }  }

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.20