NodeSyntaxString Property

The node syntax of the selected node in text format.

Syntax

ANSI (Cross Platform)
char* GetNodeSyntaxString();

Unicode (Windows)
LPWSTR GetNodeSyntaxString();
@property (nonatomic,readonly,assign,getter=nodeSyntaxString) NSString* nodeSyntaxString;
- (NSString*)nodeSyntaxString;
#define PID_MIBBROWSER_NODESYNTAXSTRING 12

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

Default Value

""

Remarks

For instance, for the node "system" in "SNMPv2-MIB", NodeSyntax returns 6 (stxObjectId), while NodeSyntaxString returns "OBJECT IDENTIFIER".

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]