sample

Fork of DhcpServer by Daiki Kato

Revision:
0:1c2747611cab
Child:
1:14ee6da645a9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DhcpServer.h	Fri Mar 25 05:00:52 2016 +0000
@@ -0,0 +1,10 @@
+#ifndef DHCP_SERVER_H_
+#define DHCP_SERVER_H_
+
+class DhcpServer {
+public:
+    DhcpServer(char * name, char * ipadder);
+    virtual ~DhcpServer();
+};
+
+#endif