C++ SNMP Stack
0.10
|
SNMP transaction 저장 클래스 더 자세히 ...
Public 멤버 함수 | |
CSnmpTransaction () | |
~CSnmpTransaction () | |
bool | IsTimeout (struct timeval *psttTime, int iTimeout) |
timeout 되었는지 검사한다. |
Public 속성 | |
CSnmpMessage * | m_pclsRequest |
SNMP 요청 메시지 | |
struct timeval | m_sttSendTime |
SNMP 요청 메시지 전송 시간 | |
int | m_iReSendCount |
재전송 개수 | |
int | m_iUseCount |
사용 개수 |
SNMP transaction 저장 클래스
CSnmpTransaction::CSnmpTransaction | ( | ) |
CSnmpTransaction::~CSnmpTransaction | ( | ) |
int CSnmpTransaction::m_iReSendCount |
재전송 개수
int CSnmpTransaction::m_iUseCount |
사용 개수
CSnmpMessage* CSnmpTransaction::m_pclsRequest |
SNMP 요청 메시지
struct timeval CSnmpTransaction::m_sttSendTime |
SNMP 요청 메시지 전송 시간