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 mbed official

/media/uploads/phsfan/sma01_003.png

Revision:
59:593fb493172f
Parent:
35:be311326ee06
--- a/ussd/USSDInterface.h	Mon Oct 22 15:47:01 2012 +0000
+++ b/ussd/USSDInterface.h	Wed Oct 24 14:13:49 2012 +0000
@@ -59,6 +59,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);
 
 private: