4D Internet Commands v14

NET_NameToAddr

Home

 
4D Internet Commands v14
NET_NameToAddr

NET_NameToAddr 


 

NET_NameToAddr ( hostName ; ip_Longint ) -> Function result 
Parameter Type   Description
hostName  String in Host name or IP address
ip_Longint  Longint in Long Integer reference to the address
Function result  Integer in Error Code

The NET_NameToAddr command takes a host name or IP address and returns a unique long integer reference to the address.

hostName is the host name or IP address.

ip_Longint is a Longint value representing the IP address specified in the hostName parameter. All IP address strings can be converted to a signed Longint value.

While the ip_Longint value does not typically have a significant use, some developers may find this command useful to convert IP addresses into a more compact Longint format for data-storage.

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC Internet
Number: 88923

 
HISTORY 

Created: 4D Internet Commands 6.5

 
SEE ALSO 

NET_AddrToName

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v11.4)
4D Internet Commands ( 4D v13.2)
4D Internet Commands ( 4D Internet Commands v12.1)
4D Internet Commands ( 4D Internet Commands v14 R2)
4D Internet Commands ( 4D Internet Commands v14)
4D Internet Commands ( 4D Internet Commands v14 R3)
4D Internet Commands ( 4D Internet Commands v14 R4)