Modified wrapper for UDP socket allowing broadcast packets using the new network stack.

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
UDPBroadcastSocketUDP 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