IPWorks SNMP 2020 Node.js Edition

Questions / Feedback?

CacheEntry Event

Shows in the internal cache.

Syntax

snmptcpagent.on('CacheEntry', [callback])

Callback

The 'callback' is called when the 'CacheEntry' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.user
e.authenticationProtocol
e.authenticationPassword
e.encryptionAlgorithm
e.encryptionPassword

Remarks

CacheEntry events are triggered by a call to ShowCache. One event is fired for each user.

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