WalkLimit Property

The limit of oid's returned in a walk.

Syntax

ANSI (Cross Platform)
int GetWalkLimit();
int SetWalkLimit(int iWalkLimit); Unicode (Windows) INT GetWalkLimit();
INT SetWalkLimit(INT iWalkLimit);
@property (nonatomic,readwrite,assign,getter=walkLimit,setter=setWalkLimit:) int walkLimit;
- (int)walkLimit;
- (void)setWalkLimit:(int)newWalkLimit;
#define PID_SNMPTCPMGR_WALKLIMIT 38

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

0

Remarks

This property specifies the limit of how many oid's are to be traversed during an SNMP Walk. If set to 0, the class will traverse all oid's in the specified table that are lexographically greater than the value of the specified table oid.

Data Type

Integer

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