NodeFileName Property

The absolute path of the file where the selected node is declared.

Syntax

ANSI (Cross Platform)
char* GetNodeFileName();

Unicode (Windows)
LPWSTR GetNodeFileName();
@property (nonatomic,readonly,assign,getter=nodeFileName) NSString* nodeFileName;
- (NSString*)nodeFileName;
#define PID_MIBBROWSER_NODEFILENAME 4

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 re-declared in other modules. In this case the property contains a comma separated list of file 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]