mbed official / Mbed 2 deprecated UbloxModemWebsocketTest

Dependencies:   UbloxUSBModem WebSocketClient mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers websocketstest.h Source File

websocketstest.h

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