資源簡介
使用snmp++在mfc下簡單實現Trap接收,監視接口狀態為DOWN或UP。

代碼片段和文件信息
//?message.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“mfcTrap.h“
#include?“message.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?Cmessage?dialog
Cmessage::Cmessage(CWnd*?pParent?/*=NULL*/)
:?CDialog(Cmessage::IDD?pParent)
{
//{{AFX_DATA_INIT(Cmessage)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?Cmessage::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Cmessage)
DDX_Control(pDX?IDC_EDIT1?m_txt);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Cmessage?CDialog)
//{{AFX_MSG_MAP(Cmessage)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?Cmessage?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????976??2009-05-25?09:23??mfcTrap\message.cpp
?????文件???????1189??2009-05-25?09:23??mfcTrap\message.h
?????文件??????21412??2009-05-25?16:01??mfcTrap\mfcTrap.aps
?????文件???????1566??2009-05-25?16:01??mfcTrap\mfcTrap.clw
?????文件???????2077??2009-05-24?11:33??mfcTrap\mfcTrap.cpp
?????文件???????4329??2009-05-25?15:51??mfcTrap\mfcTrap.dsp
?????文件????????539??2009-05-24?11:33??mfcTrap\mfcTrap.dsw
?????文件???????1335??2009-05-24?11:33??mfcTrap\mfcTrap.h
?????文件??????66560??2009-05-25?16:01??mfcTrap\mfcTrap.ncb
?????文件??????78848??2009-05-25?16:01??mfcTrap\mfcTrap.opt
?????文件???????2117??2009-05-25?16:01??mfcTrap\mfcTrap.plg
?????文件???????6001??2009-05-25?15:56??mfcTrap\mfcTrap.rc
?????文件???????7028??2009-05-25?15:56??mfcTrap\mfcTrapDlg.cpp
?????文件???????1478??2009-05-25?15:45??mfcTrap\mfcTrapDlg.h
?????文件???????3597??2009-05-24?11:33??mfcTrap\ReadMe.txt
?????文件???????1078??2009-05-24?11:33??mfcTrap\res\mfcTrap.ico
?????文件????????399??2009-05-24?11:33??mfcTrap\res\mfcTrap.rc2
?????文件????????868??2009-05-25?15:47??mfcTrap\resource.h
?????文件????????209??2009-05-24?11:33??mfcTrap\StdAfx.cpp
?????文件???????1054??2009-05-24?11:33??mfcTrap\StdAfx.h
?????目錄??????????0??2009-05-25?16:00??mfcTrap\res
?????目錄??????????0??2009-05-25?16:02??mfcTrap
-----------?---------??----------?-----??----
???????????????202660????????????????????22
- 上一篇:vc_mbcsmfc.exe
- 下一篇:nrf905無線溫度收發程序
評論
共有 條評論