Workspace 7.0.2
|
Finds the IP address(es) associated with a host name, or the host name associated with an IP address. This is a wrapper for QHostInfo.
Inputs: | |||
---|---|---|---|
Host Name | QString | Host Name to query for addresses: if empty, the local host name will be used. | |
Fail on address lookup error | bool | Operation should fail if there is an address lookup error. | |
Outputs: | |||
Local Domain Name | QString | The DNS domain of this machine. | |
Local Host Name | QString | This machine's host name, if one is configured. | |
Addresses | QStringList | The list of IP addresses associated with the host name. May be empty. |