Simpler wrapper struct for NetworkUDPQueryServerThread. More...
Public Member Functions | |
NetworkUDPQueryServerInfo (const NetworkAddress &address, bool manually) | |
Create the structure. | |
Data Fields | |
bool | manually |
Did we connect manually or not? |
Simpler wrapper struct for NetworkUDPQueryServerThread.
Definition at line 52 of file network_udp.cpp.
NetworkUDPQueryServerInfo::NetworkUDPQueryServerInfo | ( | const NetworkAddress & | address, | |
bool | manually | |||
) | [inline] |
Create the structure.
address | The address of the server to query. | |
manually | Whether the address was entered manually. |
Definition at line 60 of file network_udp.cpp.