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