|
qTox
Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
|
#include <dhtserver.h>

Public Member Functions | |
| bool | operator== (const DhtServer &other) const |
| Compare equal operator. More... | |
| bool | operator!= (const DhtServer &other) const |
| Compare not equal operator. More... | |
Public Attributes | |
| bool | statusUdp |
| bool | statusTcp |
| QString | ipv4 |
| QString | ipv6 |
| QString | maintainer |
| ToxPk | publicKey |
| quint16 | udpPort |
| std::vector< uint16_t > | tcpPorts |
Definition at line 27 of file dhtserver.h.
| bool DhtServer::operator!= | ( | const DhtServer & | other | ) | const |
Compare not equal operator.
| other | the compared instance |
Definition at line 45 of file dhtserver.cpp.
| bool DhtServer::operator== | ( | const DhtServer & | other | ) | const |
Compare equal operator.
| other | the compared instance |
Definition at line 27 of file dhtserver.cpp.
| QString DhtServer::ipv4 |
Definition at line 31 of file dhtserver.h.
| QString DhtServer::ipv6 |
Definition at line 32 of file dhtserver.h.
| QString DhtServer::maintainer |
Definition at line 33 of file dhtserver.h.
| ToxPk DhtServer::publicKey |
Definition at line 34 of file dhtserver.h.
| bool DhtServer::statusTcp |
Definition at line 30 of file dhtserver.h.
| bool DhtServer::statusUdp |
Definition at line 29 of file dhtserver.h.
| std::vector<uint16_t> DhtServer::tcpPorts |
Definition at line 36 of file dhtserver.h.
| quint16 DhtServer::udpPort |
Definition at line 35 of file dhtserver.h.
1.8.17