gSAFE
1.3.8
|
#include <datalib.h>
Inherits QObject.
Public Member Functions | |
HRefreshAgentNetserver (void) | |
~HRefreshAgentNetserver (void) | |
Static Public Member Functions | |
static HRefreshAgentNetserver * | getHRefreshAgentNetserver (void) |
static bool | isRunning (void) |
static QString | serverAddress () |
Static Protected Attributes | |
static bool | inNotify = false |
static HRefreshAgentNetserver * | theone = NULL |
The HRefreshAgentNetclient - The server class of HRefreshAgentNetclient This class is not connected to HRefreshAgent. If the machice running this server object, you have to run a client instance too to use HRefreshAgent on the network. That case the client has to be connected to localhost.
HRefreshAgentNetserver::HRefreshAgentNetserver | ( | void | ) |
Creates an instance of HRefreshAgentNetserver. Will be listening on network and allow connect from evrywhere
Definition at line 454 of file datalib.cpp.
HRefreshAgentNetserver::~HRefreshAgentNetserver | ( | void | ) |
Destructor
Definition at line 628 of file datalib.cpp.
|
inlinestatic |
Returns the pointer of the HRefreshAgentNetserver instance
|
static |
Returns true if the server is running, otherwise false
Definition at line 478 of file datalib.cpp.
|
static |
Returns the server's ip address
Definition at line 485 of file datalib.cpp.