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.
UDPBroadcastSocket Class Reference
UDP Broadcast Socket Allows one-to-many communication over ethernet Override an UDP Socket with additional flag when initing or binding a port use init(SO_BROADCAST) or bind(port,SO_BROADCAST) respectively. More...
#include <udpBroadcastSocket.h>
Detailed Description
UDP Broadcast Socket Allows one-to-many communication over ethernet Override an UDP Socket with additional flag when initing or binding a port use init(SO_BROADCAST) or bind(port,SO_BROADCAST) respectively.
Note multicasting many be more suitable for some applications, but isn't support by this socket.
Definition at line 14 of file udpBroadcastSocket.h.
Generated on Tue Jul 19 2022 21:21:06 by
1.7.2