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

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