Qt-QHostAddress for obtaining host network information

Source: Internet
Author: User

The QHostAddress class provides an IP address.

 

This class provides a way to store IPv4 and IPv6 addresses separately from the platform and protocol.

QHostAddress is usually used with QTcpSocket, QTcpServer, and QUdpSocket to connect to the host or create a server.

You can useSetAddress ()To set a host address, useToIPv4Address (),ToIPv6Address ()OrToString ()To retrieve the host address. You can useProtocol ()To check the protocol type.

 

Note that QHostAddress does not perform DNS queries, but QHostInfo is necessary.

 

This class also supports General predefined addresses: Null, LocalHost, LocalHostIPv6, Broadcast, and Any.

 

Reference: Obtain Network Interface Information-MyNote

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.