www.LinuxHowtos.org
smi_node
Section: SMI Management Information Library (3)Updated: June 25, 2010
Index Return to Main Contents
NAME
yangGetModule, yangGetFirstModule, yangGetNextModule, yangGetFirstChildNode, yangGetNextChildNode - YANG node information routinesSYNOPSIS
#include <yang.h>
DESCRIPTION
These functions retrieve information on any YANG node definition in the YAND node tree.The yangGetFirstChildNode() and yangGetNextChildNode() functions are used to iteratively retrieve struct YangNodes that represent the immediate child nodes of the node specified by yangNodePtr passed to the yangGetFirstChildNode() or yangGetNextChildNode() call.
FILES
${prefix}/include/yang.h YANG library header file
SEE ALSO
libsmi(3), smi_config(3), yang.hAUTHOR
(C) 2010 Juergen Schoenwaelder, Jacobs University Bremen, Germany <j.schoenwaelder@jacob-university.de>