u-blox modem HTTP client test

Dependencies:   UbloxUSBModem mbed

httptest.h

Committer:
mbed_official
Date:
2014-06-03
Revision:
6:d17e425e9425
Parent:
1:0112fc45285a

File content as of revision 6:d17e425e9425:

#ifndef HTTPTEST_H_
#define HTTPTEST_H_

#include "CellularModem.h"

int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);

#endif