Function SocketNToH() Professional

Converts a numeric value from TCP/IP network order to host byte order.

Syntax
SocketNToH( <nNetworkValue> ) --> nHostValue
Parameters
<nNetwork>
Numeric value in network byte order to convert to host byte order.
Return

The function returns a numeric value in host byte order. If the parameter was already in host byte order, an unchanged value is returned.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.