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

Fork of libMiMic by Ryo Iizuka

mbed/netif/INetIf.h

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

File content as of revision 115:fa79286d8ea4:

/*
 * INetIf.h
 *
 *  Created on: 2014/12/12
 *      Author: nyatla
 */

#pragma once
#ifndef INETIF_H_
#define INETIF_H_

#include "NyLPC_net.h"
#include "NyLPC_netif.h"

namespace MiMic
{
    class INetif
    {
    public:
    	virtual const NyLPC_TiNetInterface_Interface* getInterface()=0;
    };
}



#endif /* INETIF_H_ */