nn::socket::NtoHs Function

Syntax

bit16 NtoHs(
     bit16 v
);

Arguments

Name Description
in v Specifies a 16-bit network byte order value.

Return Values



Value Description
16 Returns a bit host byte order value.

Description

Converts a 16-bit network byte order value to a host byte order value.

See Also

HtoNs, NtoHl

Revision History

2010/06/14
Initial version.

CONFIDENTIAL