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.
Dependents: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
MiMicNetIf.cpp
00001 00002 //////////////////////////////////////////////////////////////////////////////// 00003 // Httpd.h 00004 //////////////////////////////////////////////////////////////////////////////// 00005 00006 #include "MiMicNetIf.h" 00007 #include "mbed.h" 00008 00009 namespace MiMic 00010 { 00011 MiMicNetIf::MiMicNetIf(){ 00012 } 00013 MiMicNetIf::~MiMicNetIf() 00014 { 00015 // NyLPC_cMiMicIpNetIf_finalize(); 00016 } 00017 const NyLPC_TiNetInterface_Interface* MiMicNetIf::getInterface() 00018 { 00019 if(this->_inst==NULL){ 00020 this->_inst=NyLPC_cMiMicIpNetIf_getNetInterface(); 00021 } 00022 return this->_inst; 00023 } 00024 00025 } 00026
Generated on Tue Jul 12 2022 15:46:14 by
1.7.2
MiMic Webservice library