Keith Bryer / udpBroadcastSocket
Embed: (wiki syntax)

« Back to documentation index

UDPBroadcastSocket Class Reference

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.