Dart.Snmp Namespace > MibNodes Class : MibNodes Constructor |
Public Function New()
Dim instance As New MibNodes()
public MibNodes()
public: MibNodes();
public:
MibNodes();
This collection provides an integer indexer and a string indexer. The string indexer can be used to retrieve a MibNode instance by name or OID.
Ex: Use MibNodes[NodeName.sysUpTime.ToString()], MibNodes["1.3.6.1.2.1.1.3"] or MibNodes.GetByNodeName(NodeName.sysUpTime) to get the MibNode object corresponding to sysUpTime.