Indicates that the socket binding can perform broadcast transmissions.
property BroadcastEnabled: Boolean;
BroadcastEnabled is a Boolean property used to indicate when the socket binding can send or receive datagrams destined for all computers on the network.
BroadcastEnabled is updated in the Broadcast method. BroadcastEnabled indicates that the socket handle in Binding must include or exclude the Id_SO_BROADCAST socket option for broadcast transmissions.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|