Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Socket lwip-sys lwip
Fork of AbitUSBModem by
Diff: sms/SMSInterface.h
- Revision:
- 59:593fb493172f
- Parent:
- 22:06fb2a93a1f6
--- a/sms/SMSInterface.h Mon Oct 22 15:47:01 2012 +0000 +++ b/sms/SMSInterface.h Wed Oct 24 14:13:49 2012 +0000 @@ -76,6 +76,8 @@ virtual bool isATCodeHandled(const char* atCode); //Is this AT code handled virtual void onDispatchStart(); virtual void onDispatchStop(); + virtual char* getEventsEnableCommand(); + virtual char* getEventsDisableCommand(); virtual void onEvent(const char* atCode, const char* evt); //Updates messages count/references
