W5200(WIZ820io) network interface

WIZ820ioNetIf.h

Committer:
va009039
Date:
2012-04-14
Revision:
0:61831b843b44
Child:
1:803123933c5a

File content as of revision 0:61831b843b44:

// WIZ820ioNetIf.h 2012/4/13
#ifndef WIZ820IO_NETIF_H
#define WIZ820IO_NETIF_H
#include "w5200NetIf.h"
class WIZ820ioNetIf : public w5200NetIf {
public:
    int setup(int timeout_ms = 15000);
};
#endif //WIZ820IO_NETIF_H