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: mbed-rtos mbed HTTPClient VodafoneUSBModem
Test08.h
00001 #pragma once 00002 #include "VodafoneTestCase.h" 00003 00004 extern const char *gTest08Description; 00005 00006 class Test08 : public VodafoneTestCase { 00007 public: 00008 Test08(VodafoneUSBModem *m); 00009 private: 00010 virtual void setupTest(); 00011 virtual bool executeTest(); 00012 virtual void endTest(); 00013 char *_ussdResponse; 00014 };
Generated on Sun Jul 17 2022 01:04:13 by
1.7.2