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.h
00001 #pragma once 00002 //////////////////////////////////////////////////////////////////////////////// 00003 // Httpd.h 00004 //////////////////////////////////////////////////////////////////////////////// 00005 #include "NyLPC_net.h" 00006 #include "../netif/mimicip/NyLPC_cMiMicIpNetIf.h" 00007 #include "INetIf.h" 00008 namespace MiMic 00009 { 00010 class MiMicNetIf : public INetif 00011 { 00012 public: 00013 const NyLPC_TiNetInterface_Interface* _inst; 00014 public: 00015 MiMicNetIf(); 00016 virtual ~MiMicNetIf(); 00017 public: 00018 virtual const NyLPC_TiNetInterface_Interface* getInterface(); 00019 00020 }; 00021 } 00022
Generated on Tue Jul 12 2022 15:46:14 by
1.7.2
MiMic Webservice library