procedure SendError(
UDPBase: TIdUDPBase;
APeerIP: string;
const APort: Integer;
const ErrNumber: Word;
ErrorString: string
); overload;|
Parameters |
Description |
|
UDPBase |
Type is TIdUDPBase. |
|
APeerIP |
Type is string. |
|
APort |
Scope is const. Type is Integer. |
|
ErrNumber |
Scope is const. Type is Word. |
|
ErrorString |
Type is string. |
SendError is a overloaded procedure.
Topic generated.
SendError
|
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. |