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

Fork of libMiMic by Ryo Iizuka

Revision:
81:e5e4f2264d24
Parent:
76:b375b3d750d8
Child:
85:416f8bbbdf54
--- a/mbed/mod/ModJsonRpc.h	Tue Jun 24 09:42:07 2014 +0000
+++ b/mbed/mod/ModJsonRpc.h	Tue Jun 24 14:34:39 2014 +0000
@@ -59,6 +59,7 @@
          */
         ModJsonRpc(const char* i_path,const struct NyLPC_TJsonRpcClassDef** i_rpc_table);
         virtual ~ModJsonRpc();
+        bool isStarted();
         void setParam(const char* i_path,const struct NyLPC_TJsonRpcClassDef** i_rpc_table);        
         /**
          * This function prepares Json rpc loop with websocket negotiation.