IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

CacheEntry Event

Shows engines and users in the internal cache.

Syntax

typedef void __fastcall (__closure *TipnSNMPTrapMgrCacheEntryEvent)(System::TObject* Sender, TipnSNMPTrapMgrCacheEntryEventParams *e);

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

typedef struct {
     String EngineId;
     int EngineBoots;
     int EngineTime;
     String User;
     String AuthenticationProtocol;
     String AuthenticationPassword;
     String EncryptionAlgorithm;
     String EncryptionPassword;
} TipnSNMPTrapMgrCacheEntryEventParams;

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) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0