Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
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_ */
Generated on Tue Jul 12 2022 16:22:57 by
