Return child components of the leaf OID.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static uint[] GetChildIdentifiers( Oid root, Oid leaf ) |
| Visual Basic |
|---|
Public Shared Function GetChildIdentifiers ( _ root As Oid, _ leaf As Oid _ ) As UInteger() |
| Visual C++ |
|---|
public: static array<unsigned int>^ GetChildIdentifiers( Oid^ root, Oid^ leaf ) |