procedure OpenUDP( AHandle: TIdSocketHandle; const AHost: string = ''; const APort: Integer = 0; const AIPVersion: TIdIPVersion = ID_DEFAULT_IP_VERSION ); override;
Parameters |
Description |
AHandle |
Type is TIdSocketHandle. |
AHost |
Type is string. Default value is ''. |
APort |
Type is Integer. Default value is 0. |
AIPVersion |
Type is TIdIPVersion. Default value is ID_DEFAULT_IP_VERSION. |
OpenUDP is a overridden method procedure
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|