onCacheEntry (event)

Shows engines and users in the internal cache.

Syntax

- (void)onCacheEntry:(NSData*)engineId :(int)engineBoots :(int)engineTime :(NSString*)user :(NSString*)authenticationProtocol :(NSString*)authenticationPassword :(NSString*)encryptionAlgorithm :(NSString*)encryptionPassword;
func onCacheEntry(_ engineId: Data, _ engineBoots: Int32, _ engineTime: Int32, _ user: String, _ authenticationProtocol: String, _ authenticationPassword: String, _ encryptionAlgorithm: String, _ 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) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 iOS Edition - Version 20.0 [Build 8202]