Exception raised during conversion of IP addresses.
EIdIPVersionUnsupported = class(EIdStackError);
EIdIPVersionUnsupported is an EIdStackError descendant that represents the exception raised when attempting to convert an IP address. EIdIPVersionUnsupported indicates that an IP address family other than version 4 or version 6 has been requested.
EIdIPVersionUnsupported is used in TIdStackBSDBase.TranslateTInAddrToString and TIdStackBSDBase.TranslateStringToTInAddr.
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. |