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

Fork of libMiMic by Ryo Iizuka

Revision:
83:d46aa580722a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/jsonrpc/NyLPC_cJsonRpcFunction.h	Sun Jun 29 12:56:59 2014 +0000
@@ -0,0 +1,27 @@
+/*
+ * NyLPC_cJsonRpcFunction.h
+ *
+ *  Created on: 2014/06/28
+ *      Author: nyatla
+ */
+
+#ifndef NYLPC_CJSONRPCFUNCTION_H_
+#define NYLPC_CJSONRPCFUNCTION_H_
+#include "NyLPC_net.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+/**
+ * メモリ操作API
+ * paramにはNyLPC_modJsonRPCのポインタが必要です。
+ */
+extern const struct NyLPC_TJsonRpcClassDef NyLPC_cJsonRpcFunction_Memory;
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* NYLPC_CJSONRPCFUNCTION_H_ */
+