This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

mbed/netif/MiMicNetIf.cpp

Committer:
furutani
Date:
2017-02-24
Revision:
115:fa79286d8ea4
Parent:
110:257739f9b31e

File content as of revision 115:fa79286d8ea4:


////////////////////////////////////////////////////////////////////////////////
// Httpd.h
////////////////////////////////////////////////////////////////////////////////

#include "MiMicNetIf.h"
#include "mbed.h"

namespace MiMic
{
    MiMicNetIf::MiMicNetIf(){
 	}
    MiMicNetIf::~MiMicNetIf()
    {
//    	NyLPC_cMiMicIpNetIf_finalize();
    }
    const NyLPC_TiNetInterface_Interface* MiMicNetIf::getInterface()
	{
       	if(this->_inst==NULL){
       		this->_inst=NyLPC_cMiMicIpNetIf_getNetInterface();
       	}
		return this->_inst;
	}

}