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
Test00.h
00001 #pragma once 00002 #include "VodafoneTestCase.h" 00003 #include "HTTPClient.h" 00004 #include "TestHelper.h" 00005 extern const char *gTest00Description; 00006 00007 /** Resolve 5 DNS requests and match against known IPs. 00008 */ 00009 class Test00 : public VodafoneTestCase { 00010 public: 00011 Test00(VodafoneUSBModem *m); 00012 00013 private: 00014 virtual void setupTest(); 00015 virtual bool executeTest(); 00016 virtual void endTest(); 00017 };
Generated on Sun Jul 17 2022 01:04:13 by
1.7.2