[Overview][Constants][Types][Procedures and functions][Index] |
Convert long integer from network ordered to host ordered
Source position: socketsh.inc line 187
function NToHl( |
Net: Cardinal |
):Cardinal; overload; |
ntohs makes sure that the bytes in Net, received from the network, are ordered in the correct way for handling by the host machinen, and returns the correctly ordered result.
|
Convert long integer from host ordered to network ordered |
|
|
Convert short integer from host ordered to network ordered |
|
|
Convert short integer from network ordered to host ordered |