IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

ListChildren Method

Lists the immediate children of the selected node.

Syntax

[VB.NET]
Public Sub ListChildren()
[C#]
public void ListChildren();

Remarks

The MibNode event fires once for every SubId of the selected node and provides all info related to that SubId.

For instance, the following code:

MibParser.LoadMib("RFC1155-SMI")
MibParser.SelectNode("internet")
MibParser.ListChildren() 
will generate the following output through the MibNode event:
  directory    1.3.6.1.1
  mgmt         1.3.6.1.2
  experimental 1.3.6.1.3
  private      1.3.6.1.4

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0