|
My Project
|
Information of the local or a remote server. More...
#include <NPLCommon.h>
Public Member Functions | |
| NPLServerInfo (const string &sNID, const string &sIP, const string &sPort, bool bTrusted=true) | |
Public Attributes | |
| string | m_sNID |
| NID of the NPL server. | |
| string | m_sIP |
| this can be IP addresses or domain name, such as "localhost", "server.paraengine.com" | |
| string | m_sPort |
| port of the server. | |
| bool | m_bTrusted |
| whether we trust this server, if true, we will automatically connect to it when there is a NPL activation call to it. | |
Information of the local or a remote server.
Such information is usually published publicly, such as NID, IP, port of the server, whether the server can be trusted.
1.8.12