nodeTypeString (property)

The node type of the selected node in text format.

Syntax

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

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.

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