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_cMiMicEnv.h Source File

NyLPC_cMiMicEnv.h

00001 /*
00002  * NyLPC_cMiMicEnv.h
00003  *
00004  *  Created on: 2013/03/08
00005  *      Author: nyatla
00006  */
00007 
00008 #ifndef NYLPC_CMIMICENV_H_
00009 #define NYLPC_CMIMICENV_H_
00010 
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif /* __cplusplus */
00014 #include "NyLPC_stdlib.h"
00015 
00016 
00017 #define NyLPC_cMiMicEnv_VERSION         1
00018 #define NyLPC_cMiMicEnv_SHORT_NAME      2
00019 #define NyLPC_cMiMicEnv_ETHERNET_PHY    3
00020 #define NyLPC_cMiMicEnv_MCU_NAME        4
00021 
00022 const char* NyLPC_cMiMicEnv_getStrProperty(NyLPC_TUInt16 i_id);
00023 
00024 #ifdef __cplusplus
00025 }
00026 #endif /* __cplusplus */
00027 
00028 #endif /* NYLPC_CMIMICENV_H_ */