IPWorks SNMP 2020 C++ Builder Edition

Questions / Feedback?

TrapNode Event

Lists module trap information.

Syntax

typedef struct {
  String TrapName;
  int SpecificTrap;
  String TrapEnterprise;
  String TrapVariables;
  String TrapDescription;
  String TrapReferences;
  String TrapModuleName;
  String TrapFileName;
} TipnMibBrowserTrapNodeEventParams;

typedef void __fastcall (__closure *TipnMibBrowserTrapNodeEvent)(System::TObject* Sender, TipnMibBrowserTrapNodeEventParams *e);

__property TipnMibBrowserTrapNodeEvent OnTrapNode = { read=FOnTrapNode, write=FOnTrapNode };

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 C++ Builder Edition - Version 20.0 [Build 8202]