Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient.Send Method

Transmits a datagram to the host and port number for the client.

Pascal
procedure Send(
    AData: string
); overload;
Parameters 
Description 
AData 
Data to send in the datagram. 

Send is an overloaded procedure in TIdUDPClient used to transmit the datagram specified in AData to the Host and Port for endpoint of the datagram transmission. 

AData contains the content of the datagram to send in the transmission. 

Send calls the inherited Send method using values in the Host and Port properties as the endpoint for performing the actual transmission of the datagram in AData. 

The UDP protocol does not guarantee delivery of data packets, so the values in AData may not arrive at the remote computer system.

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.