This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
81:e5e4f2264d24
Parent:
72:c118a7aa37a3
--- a/mbed/mod/ModWebSocket.h	Tue Jun 24 09:42:07 2014 +0000
+++ b/mbed/mod/ModWebSocket.h	Tue Jun 24 14:34:39 2014 +0000
@@ -27,7 +27,8 @@
         ModWebSocket();
         ModWebSocket(const char* i_path);
         virtual ~ModWebSocket();
-        void setParam(const char* i_path);        
+        void setParam(const char* i_path);
+        bool isStarted();
         /**
          * This function executes websocket negotiation to the current connection. 
          * Should be handle websocket session if function successful.