Added RAW sockets.
Fork of WIZnetInterface by
Diff: Socket/TCPSocketConnection.h
- Revision:
- 30:3b0481541a06
- Parent:
- 0:6f28332c466f
--- a/Socket/TCPSocketConnection.h Tue Nov 17 06:35:55 2015 +0000
+++ b/Socket/TCPSocketConnection.h Tue Dec 19 12:49:35 2017 +0000
@@ -39,6 +39,12 @@
\return 0 on success, -1 on failure.
*/
int connect(const char* host, const int port);
+
+ // Geminate Changes. Added methods to retrieve the Destination MAC that is
+ // returned from an ARP request.
+ int get_DHAR0(void);
+ int get_DHAR1(void);
+ // End Changes.
/** Check if the socket is connected
\return true if connected, false otherwise.
