Returns a string containing the IP address of the host represented by the specified inet address object.
Syntax
getHostAddress( inetaddress )
inetaddress.getHostAddress( )
Parameters
inetaddress
|
the inet address object to use.
|
Returns
Example
ip = iaddress.getHostAddress( )
|