IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

CacheEntry Event

Shows in the internal cache.

Syntax

public open class DefaultSnmpagentEventListener : SnmpagentEventListener {
  ...
  public override fun cacheEntry(e: SnmpagentCacheEntryEvent) {}
  ...
}

public class SnmpagentCacheEntryEvent {
  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.

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