zStatus zUdpClient_EnableBroadcast(zUdpClient client, zBool broadcast);
|
Parameters |
Description |
|
zUdpClient client |
zUdpClient object. |
|
zBool broadcast |
Enables or disables broadcasting.
If broadcasting is enabled, sending to zIP_ADDRESS_BROADCAST will broadast a datagram on the subnet associated with the address to which the client is bound.
Broadcasts are disabled by default.
zUdpClient.h