Sends a datagram containing a arbitrary byte values.
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. |
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|