--- smsdaemon/GsmModem.h 2008/06/11 16:08:37 57 +++ smsdaemon/GsmModem.h 2008/06/11 19:42:24 59 @@ -28,6 +28,8 @@ void Init(); virtual void SendSms(std::string to, std::string message); + void SendSmsPdu(std::string pdu, int len); + std::vector ReadSms(bool readAll=false); void DeleteSms(std::string smsIndex); int DeleteAllSms();