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

Fork of libMiMic by Ryo Iizuka

core/jsonrpc/NyLPC_cJsonRpcFunction.h

Committer:
nyatla
Date:
2014-06-29
Revision:
83:d46aa580722a

File content as of revision 83:d46aa580722a:

/*
 * 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_ */