SimObserver Class Referenceabstract
Sim Observer class.
#include <iSim.h>
Public Member Functions | |
virtual void | updateSimStatus (const std::string &simId, const dpyModem::SimStatus &status)=0 |
Method that will be called on sim status changes. More... | |
virtual void | processSmsEvent (const std::string &simId, const std::string &smsId, const dpyModem::SmsEvent &smsEvent)=0 |
Method that will be called on Sim events. More... | |
virtual void | updateCallSourceStatus (const std::string &simId, const dpyModem::CallSourceStatus &sourceStatus)=0 |
Method that will be called on Sim events. More... | |
virtual void | processVoiceCallEvent (const std::string &simId, const dpyModem::CallStatus &callStatus)=0 |
Method that will be called on Sim events. More... | |
virtual | ~SimObserver () |
Destructor. | |
Member Function Documentation
|
pure virtual |
- Parameters
-
simid sim identifier smsEvent sms event that has been received
|
pure virtual |
- Parameters
-
simid sim identifier callStatus call event that has been received
|
pure virtual |
- Parameters
-
simid sim identifier sourceStatus sms event that has been received
|
pure virtual |
- Parameters
-
simid sim identifier status parameter that indicates the new sim state