Zen API
zUdpClient_EnableBroadcast
C
zStatus zUdpClient_EnableBroadcast(zUdpClient client, zBool broadcast);
Parameters
Parameters 
Description 
zUdpClient client 
zUdpClient object. 
zBool broadcast 
zTRUE to enable broadcasts; zFALSE otherwise. 
Description

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.

File

zUdpClient.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.