TrapNode Event

Lists module trap information.

Object Oriented Interface

public function fireTrapNode($param);

Procedural Interface

ipworkssnmp_mibbrowser_register_callback($res, 4, array($this, 'fireTrapNode'));

Parameter List


'trapname'
'specifictrap'
'trapenterprise'
'trapvariables'
'trapdescription'
'trapreferences'
'trapmodulename'
'trapfilename'

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