u-blox modem Websockets client test

Dependencies:   UbloxUSBModem WebSocketClient mbed

websocketstest.h

Committer:
mbed_official
Date:
2013-10-31
Revision:
4:7151de45f03b
Parent:
0:f1ad9e7a8fe2

File content as of revision 4:7151de45f03b:


#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