zStatus zSocket_EnableBroadcast(zSocket socket, zBool broadcast);
Enables or disables datagram broadcasting.
This function is typically used in conjunction with a UDP socket that is bound to a local address. Sending to zIP_ADDRESS_BROADCAST will broadast a datagram on the subnet associated with the bound address.
This option is disabled by default.
zSocket.h