IP versions or protocol families supported in the Indy library.
IdIPFamily: array[TIdIPVersion] of Integer = (Id_PF_INET4, Id_PF_INET6);
IdIPFamily is an array of Integer type that represents the IP versions or protocol families supported in the Indy library using the BSD Unix-style protocol stack.
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. |