WebSocket client library

Revision:
5:0f3422b6ca44
Parent:
1:0bb1153de91e
Child:
6:01a1eb7c0145
--- a/Websocket.h	Mon Aug 15 11:34:05 2011 +0000
+++ b/Websocket.h	Mon Aug 15 13:46:01 2011 +0000
@@ -92,9 +92,9 @@
         bool connect();
         
         /**
-        * To see if characters are available on the serial port
+        * Send a string according to the websocket format: \x00 str \xff
         *
-        * @return true if characters are available, false otherwise
+        * @param str string to be sent
         */
         void Send(char * str);