IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

CacheEntry Event

Shows engines and users in the internal cache.

Syntax

public open class DefaultSnmptrapmgrEventListener : SnmptrapmgrEventListener {
  ...
  public override fun cacheEntry(e: SnmptrapmgrCacheEntryEvent) {}
  ...
}

public class SnmptrapmgrCacheEntryEvent {
  val engineId: ByteArray?
  val engineBoots: Int
  val engineTime: Int
  val user: String?
  val authenticationProtocol: String?
  val authenticationPassword: String?
  val encryptionAlgorithm: String?
  val encryptionPassword: String?
}

Remarks

CacheEntry events are triggered by a call to ShowCache. One event is fired for each user and engine. If there are no users for a particular engine, a single event is fired with the engine information, but empty values for user information.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Kotlin Edition - Version 20.0 [Build 7941]