PowerSNMP for .NET
GetFullName Method




A MibNodes collection containing the parent nodes required to generate the human-readable OID for this node
Generates a human-readable OID of this node from each subidentifier's name.
Syntax
Public Function GetFullName( _
   ByVal Mib As MibNodes _
) As String
Dim instance As MibNode
Dim Mib As MibNodes
Dim value As String
 
value = instance.GetFullName(Mib)
public string GetFullName( 
   MibNodes Mib
)
public: string* GetFullName( 
   MibNodes* Mib
) 
public:
String^ GetFullName( 
   MibNodes^ Mib
) 

Parameters

Mib
A MibNodes collection containing the parent nodes required to generate the human-readable OID for this node
Remarks
The human-readable OID is generated by stepping through the provided MibNodes collection and appending the name of each parent node. If a parent node is missing from the MibNodes collection then the node's integer subidentifier will remain.
See Also

Reference

MibNode Class
MibNode Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic