local fork

Dependencies:   Socket USBHostWANDongle_bleedingedge lwip-sys lwip

Dependents:   Encrypted

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

Revision:
57: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: