Added RAW sockets.

Fork of WIZnetInterface by WIZnet

Revision:
30:3b0481541a06
Parent:
0:6f28332c466f
--- a/Socket/TCPSocketConnection.cpp	Tue Nov 17 06:35:55 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp	Tue Dec 19 12:49:35 2017 +0000
@@ -50,6 +50,23 @@
     return 0;
 }
 
+
+// Geminate Changes
+
+int TCPSocketConnection::get_DHAR0(void)
+{
+	return( eth->get_DHAR0(_sock_fd));
+}
+
+
+int TCPSocketConnection::get_DHAR1(void)
+{
+	return( eth->get_DHAR1(_sock_fd));
+}
+
+// End Changes
+
+
 bool TCPSocketConnection::is_connected(void)
 {
     // force update recent state.