Converts a 16-bit value from host byte order to little-endian byte order.
Declared in <compat/endian.h>
constexpr
uint16_t
htole16_internal(uint16_t host_16bits);
The value in little-endian byte order.
| Name | Description |
|---|---|
| host_16bits | The value in host byte order. |