1.1.24.23 ntohs

C

uint16_t ntohs(uint16_t n)

Description

Convert 16-bit value from network to host byte order.

Parameters

ParametersDescription
nValue to convert.

Returns

Converted value.

Remarks

None.