ObjCount Property

The number of records in the Obj arrays.

Syntax

ANSI (Cross Platform)
int GetObjCount();
int SetObjCount(int iObjCount); Unicode (Windows) INT GetObjCount();
INT SetObjCount(INT iObjCount);
@property (nonatomic,readwrite,assign,getter=objCount,setter=setObjCount:) int objCount;
- (int)objCount;
- (void)setObjCount:(int)newObjCount;
#define PID_SNMPAGENT_OBJCOUNT 6

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

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at ObjCount - 1.

This property is not available at design time.

Data Type

Integer

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