Public Member Functions | |
virtual bool | Start ()=0 |
virtual bool | SendReportStatus (CReportStatus &reportStatus)=0 |
virtual bool | EventLog (CReportStatus::StatusType logType, const PNTCHAR *text)=0 |
virtual void | FrameMove ()=0 |
virtual void | SetDelayTimeAboutSendAgentStatus (uint32_t delay)=0 |
Static Public Member Functions | |
static CAgentConnector * | Create (IAgentConnectorDelegate *dg) |
TODO:translate needed. By connecting with Agent, the server app of the user can be controlled remotely from PNServerAgentConsole
|
pure virtual |
TODO:translate needed. Feature to send a log to Agent
|
pure virtual |
TODO:translate needed. It processes tasks that need to be done every once in a certain period of time.
|
pure virtual |
TODO:translate needed. When a certain time or IAgentConnectorDelegate::OnReportStatsCommand has come, CReportStatus can be sent to the agent using this function
|
pure virtual |
TODO:translate needed. It sets the delay time for transmitting the real-time information transmission within FrameMove
|
pure virtual |
TODO:translate needed. Before deleting an object after start, it maintains connection with the agent continuously