Broadcast Property  
 

Determines if datagrams should be broadcast over the network.

Syntax

object.Broadcast [= { True | False } ]

Remarks

If the Broadcast property is set to a value of true, the datagram written to the socket will be broadcast to all systems on the network. Use of this property is restricted to the swProtocolUdp protocol.

Data Type

Boolean

See Also

InLine Property, KeepAlive Property, ReuseAddress Property, Route Property, Protocol Property