NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
57:3c873fab4207
Parent:
53:26b5f1c69822
Child:
58:1caa187fa5af
--- a/SocketInterface.h	Mon Feb 29 15:23:24 2016 +0000
+++ b/SocketInterface.h	Thu Feb 25 19:00:39 2016 -0600
@@ -22,9 +22,9 @@
 
 /** Enum of socket protocols
  */
-enum socket_protocol_t {
-    SOCK_TCP,    /*!< Socket connection over TCP */
-    SOCK_UDP,    /*!< Socket connection over UDP */
+enum ns_protocol_t {
+    NS_TCP,
+    NS_UDP,
 };