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

Fork of libMiMic by Ryo Iizuka

core/jsonrpc/NyLPC_cJsonRpcFunction.h

Committer:
furutani
Date:
2017-02-24
Revision:
115:fa79286d8ea4
Parent:
83:d46aa580722a

File content as of revision 115:fa79286d8ea4:

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