Server Class

(Q3Dns::Server)

The Q3Dns::Server class is described in Q3Dns::servers(). More...

Header: #include <Server>

Public Functions

Server(const QString & n = QString(), Q_UINT16 p = 0, Q_UINT16 w = 0, Q_UINT16 po = 0)

Detailed Description

The Q3Dns::Server class is described in Q3Dns::servers().

Member Function Documentation

Server::Server(const QString & n = QString(), Q_UINT16 p = 0, Q_UINT16 w = 0, Q_UINT16 po = 0)

The constructor sets the public data members name, priority, weight, and port. n is the name, p is the priority, w is the weight, and po is the port.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.