NodeOid Property

The Object ID of the selected node.

Syntax

ANSI (Cross Platform)
char* GetNodeOid();

Unicode (Windows)
LPWSTR GetNodeOid();
@property (nonatomic,readonly,assign,getter=nodeOid) NSString* nodeOid;
- (NSString*)nodeOid;
#define PID_MIBBROWSER_NODEOID 9

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

Default Value

"1"

Remarks

Contains the Object Id (OID) of the currently selected node. The OID uniquely identifies the selected node within the entire object hierarchy.

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]