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

NyLPC_cHttpd_protected.h

00001 
00002 #ifndef NYLPC_CHTTPD_PROTECTED_H_
00003 #define NYLPC_CHTTPD_PROTECTED_H_
00004 
00005 #include "NyLPC_stdlib.h"
00006 #include "../NyLPC_cNetConfig.h"
00007 #include "NyLPC_cHttpd.h"
00008 #include "NyLPC_cHttpdThread.h"
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif /* __cplusplus */
00012 
00013 #ifndef DEFINE_NyLPC_TcHttpdConnection_t
00014     typedef struct NyLPC_TcHttpdConnection NyLPC_TcHttpdConnection_t;
00015     #define DEFINE_NyLPC_TcHttpdConnection_t
00016 #endif
00017 
00018 
00019 
00020 
00021 #define NyLPC_cHttpd_getNumOfConnection(i_inst) ((i_inst)->_num_of_active_connection)
00022 
00023 #ifdef __cplusplus
00024 }
00025 #endif /* __cplusplus */
00026 #endif /* NYLPC_CHTTPD_H_ */