Internet Direct (Indy)
Home
PreviousUpNext
TIdStackLinux.HostToNetwork Method (LongWord)

Converts a numeric value to its Network byte order representation.

Pascal
function HostToNetwork(
    AValue: LongWord
): LongWord; override;
Parameters 
Description 
AValue 
Numeric value to convert to its Network byte order. 

LongWord - Network byte order for the numeric value.

HostToNetwork is an overloaded abstract virtual function in TIdStack that specifies methods used to access the htons() and htonl() APIs in a protocol stack implementation. 

HostToNetwork is used to convert the numeric value in AValue from its platform-specific byte order to its representation in Network byte order. 

The return value is the numeric value in AValue converted to its Network byte order representation.

TIdStack.HostToNetwork

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.