IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

TrapNode Event

Lists module trap information.

Syntax

public open class DefaultMibbrowserEventListener : MibbrowserEventListener {
  ...
  public override fun trapNode(e: MibbrowserTrapNodeEvent) {}
  ...
}

public class MibbrowserTrapNodeEvent {
  val trapName: String?
  val specificTrap: Int
  val trapEnterprise: String?
  val trapVariables: String?
  val trapDescription: String?
  val trapReferences: String?
  val trapModuleName: String?
  val trapFileName: String?
}

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) 2021 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Kotlin Edition - Version 20.0 [Build 7941]