]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h
Merge commit '28203e909e83b1ac6becb45a3eadae23b190df32' into master-core-pull
[tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / tests / net / cellular / http / common / httptest.h
1 #ifndef HTTPTEST_H_
2 #define HTTPTEST_H_
3
4 #include "CellularModem.h"
5
6 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
7
8 #endif
9
Imprint / Impressum