PHS module SMA-01 library. see: https://developer.mbed.org/users/phsfan/notebook/abitusbmodem/
Dependencies: Socket lwip-sys lwip
Dependents: AbitUSBModem_HTTPTest AbitUSBModem_MQTTTest AbitUSBModem_WebsocketTest AbitUSBModem_SMSTest
Fork of VodafoneUSBModem by
Diff: sms/SMSInterface.h
- Revision:
- 59:593fb493172f
- Parent:
- 22:06fb2a93a1f6
diff -r f1965f3f4504 -r 593fb493172f sms/SMSInterface.h --- 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