GetNextLeaf Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
GetNextLeaf Function
C
BOOL GetNextLeaf(
    OID_INFO* rec
);
Description

This routine searches for the next leaf node from the current node. The input to this function is the node from where next leaf node is to be located. The next leaf node will be a silbing else distant sibling or leaf node of next branch, if any present. The input parameter var pointer will be updated with the newly found leaf node OID info.

Preconditions
Parameters
Parameters 
Description 
rec 
Pointer to SNMP MIB variable object information 
Return Values
Return Values 
Description 
TRUE 
If next leaf node is found. 
FALSE 
There is no next leaf node. 
Remarks

None.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.