Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
Unit Overview
IdTrivialFTPBase
Functions in Unit IdTrivialFTPBase
MakeAckPkt
Construct a TFTP acknowledgement packet.
procedure SendError(UDPClient: TIdUDPClient; E: Exception);
Build and send a UDP error message.
procedure SendError(UDPClient: TIdUDPClient; const ErrNumber: Word; ErrorString: string);
Build and send a UDP error message.
procedure SendError(UDPBase: TIdUDPBase; APeerIP: string; const APort: Integer; E: Exception);
Build and send a UDP error message.
procedure SendError(UDPBase: TIdUDPBase; APeerIP: string; const APort: Integer; const ErrNumber: Word; ErrorString: string);
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.