NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Branch:
api-changes
Revision:
42:49893d13c432
Parent:
41:3ec1c97e9bbf
Child:
43:09ea32f2eb54
--- a/SocketInterface.h	Tue Feb 23 04:01:38 2016 -0600
+++ b/SocketInterface.h	Tue Feb 23 05:07:02 2016 -0600
@@ -22,10 +22,10 @@
 
 /** Enum of socket protocols
  */
-typedef enum {
+enum socket_protocol_t {
     SOCK_TCP,    /*!< Socket connection over TCP */
     SOCK_UDP,    /*!< Socket connection over UDP */
-} socket_protocol_t;
+};
 
 
 /** SocketInterface class