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

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NyLPC_cJsonRpcFunction.h Source File

NyLPC_cJsonRpcFunction.h

00001 /*
00002  * NyLPC_cJsonRpcFunction.h
00003  *
00004  *  Created on: 2014/06/28
00005  *      Author: nyatla
00006  */
00007 
00008 #ifndef NYLPC_CJSONRPCFUNCTION_H_
00009 #define NYLPC_CJSONRPCFUNCTION_H_
00010 #include "NyLPC_net.h"
00011 
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif /* __cplusplus */
00015 
00016 /**
00017  * メモリ操作API
00018  * paramにはNyLPC_modJsonRPCのポインタが必要です。
00019  */
00020 extern const struct NyLPC_TJsonRpcClassDef NyLPC_cJsonRpcFunction_Memory;
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif /* __cplusplus */
00025 
00026 #endif /* NYLPC_CJSONRPCFUNCTION_H_ */
00027