ListChildren Method

Lists the immediate children of the selected node.

Object Oriented Interface

public function doListChildren();

Procedural Interface

ipworkssnmp_mibbrowser_do_listchildren($res);

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) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 PHP Edition - Version 20.0 [Build 8202]