CacheEntry Event

Shows in the internal cache.

Syntax

class SNMPAgentCacheEntryEventParams {
public:
  const QString &User();
  const QString &AuthenticationProtocol();
  const QString &AuthenticationPassword();
  const QString &EncryptionAlgorithm();
  const QString &EncryptionPassword();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void CacheEntry(SNMPAgentCacheEntryEventParams *e);
// Or, subclass SNMPAgent and override this emitter function. virtual int FireCacheEntry(SNMPAgentCacheEntryEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8202]