PowerSNMP for .NET
MibTrap Class
Members 




This class is used to represent SNMPv1 traps defined in MIB files.
Object Model
MibTrap Class
Syntax
<SerializableAttribute()>
Public Class MibTrap 
   Inherits MibDefinition
Dim instance As MibTrap
[Serializable()]
public class MibTrap : MibDefinition 
[Serializable()]
public __gc class MibTrap : public MibDefinition 
[Serializable()]
public ref class MibTrap : public MibDefinition 
Remarks

Object defined in MIB-II are automatically created and added to the 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.

SNMPv2 trap definitions are represented by MibNode; SNMPv2 generalized the trap definition.

Inheritance Hierarchy

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

See Also

Reference

MibTrap Members
Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic