StoreWalkObjects Property

Tells the class whether or not to store returned objects.

Syntax

ANSI (Cross Platform)
int GetStoreWalkObjects();
int SetStoreWalkObjects(int bStoreWalkObjects); Unicode (Windows) BOOL GetStoreWalkObjects();
INT SetStoreWalkObjects(BOOL bStoreWalkObjects);
@property (nonatomic,readwrite,assign,getter=storeWalkObjects,setter=setStoreWalkObjects:) BOOL storeWalkObjects;
- (BOOL)storeWalkObjects;
- (void)setStoreWalkObjects:(BOOL)newStoreWalkObjects;
#define PID_SNMPTCPMGR_STOREWALKOBJECTS 35

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_SNMPTCPMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSNMP_EXTERNAL int IPWORKSSNMP_CALL IPWorksSNMP_SNMPTCPMgr_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

When a Walk is performed, this property tells the class whether or not to store the objects that are returned by the server in the Objects collection. If the data is accumulated through the events, and not desired to be saved by the class, set this property to false.

Data Type

Boolean

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