#ifndef __SMSHELPER_H__ #define __SMSHELPER_H__ #include #include "Sms.h" namespace SmsHelper { //decode an CMGF=1 text string SMS FromRawString(const std::string& input); SMS FromPduString(const std::string& input); } #endif // __SMSHELPER_H__