IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

TrapNode Event

Lists module trap information.

Syntax

[VB.NET]
Public Event OnTrapNode As OnTrapNodeHandler
[C#]
public event OnTrapNodeHandler OnTrapNode;

public delegate void OnTrapNodeHandler(object sender, MibbrowserTrapNodeEventArgs e);

class MibbrowserTrapNodeEventArgs : EventArgs {
  string TrapName {get;}
  int SpecificTrap {get;}
  string TrapEnterprise {get;}
  string TrapVariables {get;}
  string TrapDescription {get;}
  string TrapReferences {get;}
  string TrapModuleName {get;}
  string TrapFileName {get;}
}

Remarks

When calling ListTraps, the TrapNode event fires once for every trap found in the module.

The following are the descriptions of the event parameters:

TrapNameThe name of the trap (its label).
TrapSpecificTrapThe specific id of this trap.
TrapEnterpriseThe defining entity.
TrapVariablesA comma separated list of the symbols that should be present inside the trap.
TrapDescriptionA textual memo about the node.
TrapModuleNameThe module that contains the trap definition.
TrapFileNameThe filename of the MIB where the trap is defined.

If a trap has been defined in more than one module or file, then ModuleName and FileName will contain a comma separated list of values.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0