Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Socket by
Diff: UDPSocket.h
- Revision:
- 18:d56496360fc9
- Parent:
- 16:2d471deff212
- Child:
- 19:434906b5b977
diff -r c5089d058eab -r d56496360fc9 UDPSocket.h
--- a/UDPSocket.h Tue May 14 09:48:07 2013 +0000
+++ b/UDPSocket.h Thu May 30 17:15:01 2013 +0100
@@ -54,7 +54,7 @@
/** Set the socket in broadcasting mode
\return 0 on success, -1 on failure.
*/
- int set_broadcasting(void);
+ int set_broadcasting(bool broadcast=true);
/** Send a packet to a remote endpoint
\param remote The remote endpoint
