ImportSymbols Event

List of imported symbols and the respective modules where they are declared.

Syntax

class MibBrowserImportSymbolsEventParams {
public:
  const QString &Symbols();
  const QString &ModuleName();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ImportSymbols(MibBrowserImportSymbolsEventParams *e);
// Or, subclass MibBrowser and override this emitter function. virtual int FireImportSymbols(MibBrowserImportSymbolsEventParams *e) {...}

Remarks

The Symbols parameter is a comma separated list of all symbols that must be imported from ModuleName.

The module is loaded through the LoadMib method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Qt Edition - Version 20.0 [Build 8202]