CAgentConnector 가 요구하는 delegate 인터페이스. CAgentConnector 를 생성할 때 인자로 필요하다.
virtual void Proud::IAgentConnectorDelegate::OnAuthentication |
( |
ErrorInfo * |
errorinfo | ) |
|
|
pure virtual |
Agnet connect의 인증이 성공된 경우 callback됩니다.
virtual void Proud::IAgentConnectorDelegate::OnReportStatsCommand |
( |
| ) |
|
|
pure virtual |
Agent Server 로부터 Report 요청 명령이 온경우 callback됩니다.
virtual void Proud::IAgentConnectorDelegate::OnStopCommand |
( |
| ) |
|
|
pure virtual |
Server app을 종료시키라는 명령이 온경우 callback됩니다.
virtual void Proud::IAgentConnectorDelegate::OnWarning |
( |
ErrorInfo * |
errorinfo | ) |
|
|
pure virtual |
Agent를 사용자가 잘못된 방법으로 사용하였을 시에 호출됩니다.