Internet Direct (Indy)
Home
PreviousUpNext
TIdIPMCastServer.Send Method (string)

Sends a datagram containing a string value.

Pascal
procedure Send(
    const AData: string
); overload;
Parameters 
Description 
AData 
String value to be sent in the datagram. 

Send is an overloaded procedure that allows the multicast server to send a datagram containing the value specified in AData to the group address specified in the MulticastGroup property. 

Send calls the MulticastBuffer method using values in the MulticastGroup and Port properties, as well as the value and length indicated in AData.

Exceptions 
Description 
Raised when MulticastGroup does not contain a valid IP multicast group address. 
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.