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

Fork of libMiMic by Ryo Iizuka

Committer:
furutani
Date:
Fri Feb 24 04:43:41 2017 +0000
Revision:
115:fa79286d8ea4
Parent:
83:d46aa580722a
Delete missing include line.; Add parameter "timeout" to TCPSocket::connect(), precv().; Fix to send ARP request to default gateway when connecting to IP address of different segment.;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nyatla 83:d46aa580722a 1 /*
nyatla 83:d46aa580722a 2 * NyLPC_cJsonRpcFunction.h
nyatla 83:d46aa580722a 3 *
nyatla 83:d46aa580722a 4 * Created on: 2014/06/28
nyatla 83:d46aa580722a 5 * Author: nyatla
nyatla 83:d46aa580722a 6 */
nyatla 83:d46aa580722a 7
nyatla 83:d46aa580722a 8 #ifndef NYLPC_CJSONRPCFUNCTION_H_
nyatla 83:d46aa580722a 9 #define NYLPC_CJSONRPCFUNCTION_H_
nyatla 83:d46aa580722a 10 #include "NyLPC_net.h"
nyatla 83:d46aa580722a 11
nyatla 83:d46aa580722a 12 #ifdef __cplusplus
nyatla 83:d46aa580722a 13 extern "C" {
nyatla 83:d46aa580722a 14 #endif /* __cplusplus */
nyatla 83:d46aa580722a 15
nyatla 83:d46aa580722a 16 /**
nyatla 83:d46aa580722a 17 * メモリ操作API
nyatla 83:d46aa580722a 18 * paramにはNyLPC_modJsonRPCのポインタが必要です。
nyatla 83:d46aa580722a 19 */
nyatla 83:d46aa580722a 20 extern const struct NyLPC_TJsonRpcClassDef NyLPC_cJsonRpcFunction_Memory;
nyatla 83:d46aa580722a 21
nyatla 83:d46aa580722a 22 #ifdef __cplusplus
nyatla 83:d46aa580722a 23 }
nyatla 83:d46aa580722a 24 #endif /* __cplusplus */
nyatla 83:d46aa580722a 25
nyatla 83:d46aa580722a 26 #endif /* NYLPC_CJSONRPCFUNCTION_H_ */
nyatla 83:d46aa580722a 27