Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient.SendBuffer Method (TIdBytes)

Sends a datagram to a remote host.

Pascal
procedure SendBuffer(
    const ABuffer: TIdBytes
); overload; reintroduce;
Parameters 
Description 
ABuffer 
Datagram to send to the endpoint for the transmission. 

SendBuffer is an overloaded procedure used to transmit a datagram to a specified endpoint. 

SendBuffer uses the values in the Host and Port properties as the endpoint of the datagram transmission. SendBuffer calls the SendBuffer method in TIdUDPBase to perform transmission of the datagram. 

The UDP protocol does not guarantee delivery of data packets, so the values in ABuffer 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.