NodeLabel Property

The label of the selected node.

Syntax

ANSI (Cross Platform)
char* GetNodeLabel();

Unicode (Windows)
LPWSTR GetNodeLabel();
@property (nonatomic,readonly,assign,getter=nodeLabel) NSString* nodeLabel;
- (NSString*)nodeLabel;
#define PID_MIBBROWSER_NODELABEL 7

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

Default Value

"iso"

Remarks

This label is unique within the MIB module where it 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]