u-blox modem HTTP client test

Dependencies:   UbloxUSBModem mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers httptest.h Source File

httptest.h

00001 #ifndef HTTPTEST_H_
00002 #define HTTPTEST_H_
00003 
00004 #include "CellularModem.h"
00005 
00006 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
00007 
00008 #endif
00009