IPWorks SNMP 2020 C++ Builder Edition

Questions / Feedback?

CacheEntry Event

Shows in the internal cache.

Syntax

typedef struct {
  String User;
  String AuthenticationProtocol;
  String AuthenticationPassword;
  String EncryptionAlgorithm;
  String EncryptionPassword;
} TipnSNMPAgentCacheEntryEventParams;

typedef void __fastcall (__closure *TipnSNMPAgentCacheEntryEvent)(System::TObject* Sender, TipnSNMPAgentCacheEntryEventParams *e);

__property TipnSNMPAgentCacheEntryEvent OnCacheEntry = { read=FOnCacheEntry, write=FOnCacheEntry };

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 C++ Builder Edition - Version 20.0 [Build 8202]