Indy 9
Content
|
Index
|
Reference
Unit Overview
IdTrivialFTPBase
Functions in Unit IdTrivialFTPBase
MakeAckPkt
Construct a TFTP acknowledgement packet.
procedure SendError(UDPClient: TIdUDPClient; E: Exception); overload;
Build and
send
a UDP error message.
procedure SendError(UDPClient: TIdUDPClient; const ErrNumber: Word; ErrorString: string); overload;
Build and
send
a UDP error message.
procedure SendError(UDPBase: TIdUDPBase; APeerIP: string; const APort: Integer; E: Exception); overload;
Build and
send
a UDP error message.
procedure SendError(UDPBase: TIdUDPBase; APeerIP: string; const APort: Integer; const ErrNumber: Word; ErrorString: string); overload;
Build and
send
a UDP error message.
StrToWord
Converts a String to a Word data type.
WordToStr
Converts a Word data type to a String representation.
Created with Doc-O-Matic 2 donated to
Project JEDI
. Commercial license available from the
Doc-O-Matic site
.