ntohl
Table of Contents >> Programmer's Reference
| #include <trsocket.h> |
| unsigned long ntohl | (unsigned long longValue); |
Function Description
This function converts a long value from network byte order to host byte order.
Parameters
- longValue
- The value to convert.
Returns
- (unsigned long)
- The converted value.