Changes to support Vodafone K4606
Dependencies: Socket USBHostWANDongle lwip-sys lwip
Fork of VodafoneUSBModem by
Diff: ussd/USSDInterface.h
- 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: