IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

ImportSymbols Event

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

Syntax

public open class DefaultMibbrowserEventListener : MibbrowserEventListener {
  ...
  public override fun importSymbols(e: MibbrowserImportSymbolsEvent) {}
  ...
}

public class MibbrowserImportSymbolsEvent {
  val symbols: String?
  val moduleName: String?
}

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