Represents the native storage for an IPv6 address.
TIdIPv6Address = array [0..7] of word;
TIdIPv6Address is the type used to represent an IP version 6 address. TIdIPv6Address is an array that contains 8 Word values representing the 64-bit IPV6 address.
Use BytesToIPv6 to create a TIdIPv6Address representing the native IPv6 address.
Use IPv6AddressToStr to convert the native IPv6 address to its representation as a string.
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. |