You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Provide functions htonX() and ntohX() to convert numbers to and from networkt byte order.
paragraph=Several functions to convert the representations of some data types (uint16_t, uint32_t, uint16_t, float, double) from native host byte order not network byte order (i.e. big-endian) byte order are provided. In addition to the "classic" versions, there are also overloaded versions of the functions available making use of byte buffers as parameter or output targets.