GCF::IpcServerInfo Struct Reference
This structure contains key information about a discovered GCF::IpcServer.
#include <GCF3/IpcServerDiscovery>
Public Member Functions | |
bool | isValid () const |
bool | operator== (const IpcServerInfo &other) const |
Public Attributes | |
QString | User |
QHostAddress | Address |
quint16 | Port |
Member Function Documentation
bool GCF::IpcServerInfo::isValid | ( | ) | const |
- Returns
- true if the information contained in this structure describes a valid IpcServer information.
bool GCF::IpcServerInfo::operator== | ( | const IpcServerInfo & | other | ) | const |
Comparison operator. Returns true if the objects were equal. False otherwise.
Member Data Documentation
GCF::IpcServerInfo::User |
This variable contains the name of the user on the computer where the IpcServer was discovered.
GCF::IpcServerInfo::Address |
This variable contains the IP address of the computer where the IpcServer was discovered.
GCF::IpcServerInfo::Port |
This variable contains the TCP port on which the IpcServer is listening.