|
C++ SNMP Stack
0.10
|
Public 멤버 함수 | |
| CSnmpTcpAgent () | |
| ~CSnmpTcpAgent () | |
| bool | Open (int iTcpPort, const char *pszCommunity, const char *pszUserName, const char *pszAuthPassWord, const char *pszPrivPassWord, ISnmpTcpAgentCallBack *pclsCallBack) |
| void | Close () |
Public 속성 | |
| bool | m_bStop |
| Socket | m_hSocket |
| std::string | m_strCommunity |
| std::string | m_strUserName |
| std::string | m_strAuthPassWord |
| std::string | m_strPrivPassWord |
| ISnmpTcpAgentCallBack * | m_pclsCallBack |
| CSnmpTcpAgent::CSnmpTcpAgent | ( | ) |
| CSnmpTcpAgent::~CSnmpTcpAgent | ( | ) |
| void CSnmpTcpAgent::Close | ( | ) |
| bool CSnmpTcpAgent::Open | ( | int | iTcpPort, |
| const char * | pszCommunity, | ||
| const char * | pszUserName, | ||
| const char * | pszAuthPassWord, | ||
| const char * | pszPrivPassWord, | ||
| ISnmpTcpAgentCallBack * | pclsCallBack | ||
| ) |
| bool CSnmpTcpAgent::m_bStop |
| Socket CSnmpTcpAgent::m_hSocket |
| ISnmpTcpAgentCallBack* CSnmpTcpAgent::m_pclsCallBack |
| std::string CSnmpTcpAgent::m_strAuthPassWord |
| std::string CSnmpTcpAgent::m_strCommunity |
| std::string CSnmpTcpAgent::m_strPrivPassWord |
| std::string CSnmpTcpAgent::m_strUserName |
1.8.1.2