NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
6:b7dd7cde8ad2
Parent:
5:dd63a1e02b1b
Child:
8:93fa3cfc0219
--- a/api/UDPSocket.h	Tue Jul 27 15:59:42 2010 +0000
+++ b/api/UDPSocket.h	Wed Jul 28 10:18:21 2010 +0000
@@ -54,9 +54,11 @@
 public:
   ///Creates a new socket
   UDPSocket();
+  
+  ///Closes and destroys socket
   ~UDPSocket(); //close()
   
-  ///Binds the socket to (local) host (or TODO: a multicast address)
+  ///Binds the socket to local host or a multicast address
   UDPSocketErr bind(const Host& me);
   
   ///Sends data