• 大小: 40KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-05
  • 语言: C/C++
  • 标签: snmp++  Trap接收  MFC  

资源简介

使用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


评论

共有 条评论