simSource_test.h
10 //MOCK_METHOD4(generateCmdMsg, void(dpyModemPrivate::MODEM_COMMAND cmd, const std::string& first_param, const std::string& second_param, dpyModemPrivate::command_handler_function handler));
11 MOCK_METHOD4(requestSmsOperation, boost::system::error_code(const std::string&, const dpyModemPrivate::SmsOperation&, const std::string&, const std::string&));
12 MOCK_METHOD2(asyncGetAllSmsInfo, void(const std::string&, dpyModemPrivate::get_sms_info_handler_function ));
20 //MOCK_METHOD4(generateCmdMsg, void(dpyModemPrivate::MODEM_COMMAND cmd, const std::string& first_param, const std::string& second_param, dpyModemPrivate::command_handler_function handler));
21 MOCK_METHOD3(smsEvent, void(const std::string&,const std::string&, const dpySms::SmsNotifications&));
boost::function< void(boost::system::error_code error_code, const std::map< std::string, dpyModem::s_SMSInfo > &smsInfoList)> get_sms_info_handler_function
Prototype of the handler function used to retrieve sms info.
Definition: modemApiPrivate.h:71
SmsOperation
Defines the possible sms operations.
Definition: modemApiPrivate.h:18
Allows to interact with a modem from inside the Deepsy.
Definition: modemApiPrivate.h:88