NodeSubId Property

The SubId of the currently selected node.

Syntax

ANSI (Cross Platform)
int GetNodeSubId();

Unicode (Windows)
INT GetNodeSubId();
@property (nonatomic,readonly,assign,getter=nodeSubId) int nodeSubId;
- (int)nodeSubId;
#define PID_MIBBROWSER_NODESUBID 10

IPWORKSSNMP_EXTERNAL void* IPWORKSSNMP_CALL IPWorksSNMP_MibBrowser_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

1

Remarks

For instance, if you select the node "dod" in "rfc1155.smi", the NodeSubId value will be 6.

This property is read-only.

Data Type

Integer

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