Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPClient.SendBuffer
Sends a buffer containing data to the remote system.

procedure SendBuffer(var ABuffer; const AByteCount: integer); overload;
Parameters
var ABuffer
Buffer contain data to be sent to the remote connection.

const AByteCount: integer
Number of bytes in the buffer to be sent.

Description
SendBuffer is a procedure used to transmit the data in ABuffer to a remote system. AByteCount indicated the number of bytes from ABuffer to be sent to the remote system.

SendBuffer relies on the inherited SendBuffer method to transmit data to the remote host.