Return child components of the leaf OID.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int[] GetChildIdentifiers(
	Oid root,
	Oid leaf
)
Public Shared Function GetChildIdentifiers ( _
	root As Oid, _
	leaf As Oid _
) As Integer()
public:
static array<int>^ GetChildIdentifiers(
	Oid^ root, 
	Oid^ leaf
)

Parameters

root
Oid
Root Oid
leaf
Oid
Leaf Oid

Return Value

Returns int array of child OIDs, if there was an error or no child IDs are present, returns null.

See Also