NodeModuleName Property

The name of the module where the selected node is declared.

Syntax

ANSI (Cross Platform)
char* GetNodeModuleName();

Unicode (Windows)
LPWSTR GetNodeModuleName();
@property (nonatomic,readonly,assign,getter=nodeModuleName) NSString* nodeModuleName;
- (NSString*)nodeModuleName;
#define PID_MIBBROWSER_NODEMODULENAME 8

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

Default Value

""

Remarks

It is possible for a node to be redeclared in other modules. In this case the NodeModuleName contains a comma separated list of module names where the selected node is declared.

This property is read-only.

Data Type

String

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