OSDN Git Service

jsonrpcparserにBSTR型を追加
[mimic/MiMicSDK.git] / lib / src / jsonrpc / NyLPC_cJsonRpcFunction.h
diff --git a/lib/src/jsonrpc/NyLPC_cJsonRpcFunction.h b/lib/src/jsonrpc/NyLPC_cJsonRpcFunction.h
new file mode 100644 (file)
index 0000000..f6feed4
--- /dev/null
@@ -0,0 +1,26 @@
+/*\r
+ * NyLPC_cJsonRpcFunction.h\r
+ *\r
+ *  Created on: 2014/06/28\r
+ *      Author: nyatla\r
+ */\r
+\r
+#ifndef NYLPC_CJSONRPCFUNCTION_H_\r
+#define NYLPC_CJSONRPCFUNCTION_H_\r
+#include "NyLPC_net.h"\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif /* __cplusplus */\r
+\r
+/**\r
+ * メモリ操作API\r
+ * paramにはNyLPC_modJsonRPCのポインタが必要です。\r
+ */\r
+extern const struct NyLPC_TJsonRpcClassDef NyLPC_cJsonRpcFunction_Memory;\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif /* __cplusplus */\r
+\r
+#endif /* NYLPC_CJSONRPCFUNCTION_H_ */\r