IPWorks SNMP 2020 Python Edition

Questions / Feedback?

on_cache_entry Event

Shows in the internal cache.

Syntax

class SNMPAgentCacheEntryEventParams(object):
  @property
  def user() -> str: ...
  @property
  def authentication_protocol() -> str: ...
  @property
  def authentication_password() -> str: ...
  @property
  def encryption_algorithm() -> str: ...
  @property
  def encryption_password() -> str: ...

# In class SNMPAgent:
@property
def on_cache_entry() -> Callable[[SNMPAgentCacheEntryEventParams], None]: ...
@on_cache_entry.setter
def on_cache_entry(event_hook: Callable[[SNMPAgentCacheEntryEventParams], None]) -> None: ...

Remarks

on_cache_entry events are triggered by a call to show_cache. One event is fired for each user.

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