WebSocket client library

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Mon Aug 15 13:46:01 2011 +0000
Parent:
4:1d3e630b8f9c
Child:
6:01a1eb7c0145
Commit message:

Changed in this revision

Websocket.h Show annotated file Show diff for this revision Revisions of this file
--- 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);