nodeOid (property)

The Object ID of the selected node.

Syntax

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

Default Value

"1"

Remarks

Contains the Object Id (OID) of the currently selected node. The OID uniquely identifies the selected node within the entire object hierarchy.

This property is read-only.

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