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

Sends a datagram containing a arbitrary byte values.

Pascal
procedure Send(
    const ABuffer: TIdBytes
); overload;
Parameters 
Description 
ABuffer 
Byte values to be sent in the datagram. 

Send is an overloaded procedure that allows the multicast server to send a datagram containing the arbitrary byte values specified in ABuffer 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 datagramn content specified in ABuffer.

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.