PowerSNMP for .NET CF
MibTrap Class
Members  See Also  Send comments on this topic.
Dart.Snmp Namespace : MibTrap Class




This class is used to represent traps defined in MIB files.

Object Model

MibTrap Class

Syntax

Visual Basic (Declaration) 
Public Class MibTrap 
   Inherits MibDefinition
Visual Basic (Usage)Copy Code
Dim instance As MibTrap
C# 
public class MibTrap : MibDefinition 
Managed Extensions for C++ 
public __gc class MibTrap : public MibDefinition 
C++/CLI 
public ref class MibTrap : public MibDefinition 

Remarks

Object defined in MIB-II are automatically created and added to the MibNodes.Traps dictionary. Developers can add additional MibTrap instances by importing them directly from MIB files or by manually adding instances of this class to the MibNodes.MibTraps class.

Inheritance Hierarchy

System.Object
   Dart.Snmp.MibDefinition
      Dart.Snmp.MibTrap

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.