u-blox modem Websockets client test

Dependencies:   UbloxUSBModem WebSocketClient mbed

websocketstest.h

Committer:
mbed_official
Date:
2013-10-22
Revision:
0:f1ad9e7a8fe2

File content as of revision 0:f1ad9e7a8fe2:


#ifndef WEBSOCKETSTEST_H
#define WEBSOCKETSTEST_H

#include "CellularModem.h"

void websocketstest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);

#endif