u-blox modem HTTP client test

Dependencies:   UbloxUSBModem mbed

Committer:
mbed_official
Date:
Tue Jun 03 11:30:51 2014 +0100
Revision:
6:d17e425e9425
Parent:
1:0112fc45285a
Synchronized with git revision bcacbb9fbf3432829227430830cca4315b57c1b9

Full URL: https://github.com/mbedmicro/mbed/commit/bcacbb9fbf3432829227430830cca4315b57c1b9/

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 1:0112fc45285a 1 #ifndef HTTPTEST_H_
bogdanm 1:0112fc45285a 2 #define HTTPTEST_H_
bogdanm 1:0112fc45285a 3
bogdanm 1:0112fc45285a 4 #include "CellularModem.h"
bogdanm 1:0112fc45285a 5
bogdanm 1:0112fc45285a 6 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
bogdanm 1:0112fc45285a 7
bogdanm 1:0112fc45285a 8 #endif
bogdanm 1:0112fc45285a 9