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

Contents of /smsdaemon/SmsPdu.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59 - (show annotations) (download)
Wed Jun 11 19:42:24 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 317 byte(s)
Implemented basic sms pdu support

1
2
3 #include <string>
4 #include <vector>
5
6 namespace SmsPdu
7 {
8 std::vector<unsigned char> BcdEncode(std::string input);
9
10 std::string HexformatVector(std::vector<unsigned char> vec);
11
12 std::vector<unsigned char> Encode7to8bit(std::string str);
13
14 std::string CreateSmsPdu(std::string to, std::string message, int& len);
15 }

  ViewVC Help
Powered by ViewVC 1.1.20