Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Revision:
39:a963f69cb2de
Parent:
34:2616445d0823
--- a/api/WiconnectTypes.h	Thu Nov 27 10:27:18 2014 +0000
+++ b/api/WiconnectTypes.h	Mon Feb 23 20:30:18 2015 -0800
@@ -345,6 +345,7 @@
     SOCKET_TYPE_HTTP,       ///< HTTP Socket type,
     SOCKET_TYPE_UDPS,       ///< UDP Server Socket type
     SOCKET_TYPE_GHM,        ///< goHACK.me message type
+    SOCKET_TYPE_WS,         ///< WebSocket type
 } SocketType;
 
 /**