ntohs

ntohs converts a u_short in TCP/IP network byte order to host byte order.

Syntax

Copy
u_short WSAAPI ntohs(
    __in u_short netshort
);

Parameters

netshort

A 32-bit number in TCP/IP network byte order

Return Value

The value supplied in the netshort parameter with the byte order reversed.

Requirements

Minimum supported version Header Library

eRTOS 1.0 SDK

Winsock2.h RtTcpipApi.lib