Internet Direct (Indy)
Home
PreviousUpNext
TIdStack.NetworkToHost Method (TIdIPv6Address)

Converts values in an IPv6 network address from network to host-specific byte order.

Pascal
function NetworkToHost(
    AValue: TIdIPv6Address
): TIdIPv6Address; virtual; overload;
Parameters 
Description 
AValue 
Type is TIdIPv6Address

NetworkToHost is an overloaded virtual TIdIPv6Address function in TIdStack. NetworkToHost handles byte order conversions for the eight Integer values in the IPV6 address. 

NetworkToHost requires acccess to overloaded variants of the method implememnted in descendant classes which operate on numeric values using the ntohs() and ntohl() APIs in the protocol stack implementation for the platform or operating system hosting the Indy library.

NetworkToHost 

TIdIPv6Address

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.