nodeSyntaxString (property)

The node syntax of the selected node in text format.

Syntax

@property (nonatomic,readonly,assign,getter=nodeSyntaxString) NSString* nodeSyntaxString;
- (NSString*)nodeSyntaxString;
public var nodeSyntaxString: String {
  get {...}
}

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 iOS Edition - Version 20.0 [Build 8202]