NodeTypeString Property

The node type of the selected node in text format.

Syntax

ANSI (Cross Platform)
char* GetNodeTypeString();

Unicode (Windows)
LPWSTR GetNodeTypeString();
@property (nonatomic,readonly,assign,getter=nodeTypeString) NSString* nodeTypeString;
- (NSString*)nodeTypeString;
#define PID_MIBBROWSER_NODETYPESTRING 14

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

Default Value

"OBJECT IDENTITY"

Remarks

For instance, for the node "system" in "SNMPv2-MIB", NodeType returns 2 (mcrObjectIdentity), while NodeTypeString returns "OBJECT-IDENTITY".

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]