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:
69:8c5f220441f5
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 2:b96c1e90d120 1 /*
nyatla 2:b96c1e90d120 2 * NyLPC_cMiMicEnv.h
nyatla 2:b96c1e90d120 3 *
nyatla 2:b96c1e90d120 4 * Created on: 2013/03/08
nyatla 2:b96c1e90d120 5 * Author: nyatla
nyatla 2:b96c1e90d120 6 */
nyatla 2:b96c1e90d120 7
nyatla 2:b96c1e90d120 8 #ifndef NYLPC_CMIMICENV_H_
nyatla 2:b96c1e90d120 9 #define NYLPC_CMIMICENV_H_
nyatla 2:b96c1e90d120 10
nyatla 2:b96c1e90d120 11 #ifdef __cplusplus
nyatla 2:b96c1e90d120 12 extern "C" {
nyatla 2:b96c1e90d120 13 #endif /* __cplusplus */
nyatla 69:8c5f220441f5 14 #include "NyLPC_stdlib.h"
nyatla 2:b96c1e90d120 15
nyatla 2:b96c1e90d120 16
nyatla 69:8c5f220441f5 17 #define NyLPC_cMiMicEnv_VERSION 1
nyatla 69:8c5f220441f5 18 #define NyLPC_cMiMicEnv_SHORT_NAME 2
nyatla 69:8c5f220441f5 19 #define NyLPC_cMiMicEnv_ETHERNET_PHY 3
nyatla 69:8c5f220441f5 20 #define NyLPC_cMiMicEnv_MCU_NAME 4
nyatla 2:b96c1e90d120 21
nyatla 69:8c5f220441f5 22 const char* NyLPC_cMiMicEnv_getStrProperty(NyLPC_TUInt16 i_id);
nyatla 2:b96c1e90d120 23
nyatla 2:b96c1e90d120 24 #ifdef __cplusplus
nyatla 2:b96c1e90d120 25 }
nyatla 2:b96c1e90d120 26 #endif /* __cplusplus */
nyatla 2:b96c1e90d120 27
nyatla 2:b96c1e90d120 28 #endif /* NYLPC_CMIMICENV_H_ */