[#be16toh_internal] = be16toh_internal :mrdocs: Converts a 16‐bit value from big‐endian byte order to host byte order. == Synopsis Declared in `<compat/endian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr uint16_t be16toh_internal(uint16_t big_endian_16bits); ---- == Return Value The value in host byte order. == Parameters [cols="1,4"] |=== | Name| Description | *big_endian_16bits* | The value in big‐endian byte order. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#