Nut/OS  4.10.3
API Reference
_SUBTREE Struct Reference
Collaboration diagram for _SUBTREE:

Data Fields

struct _SUBTREEsub_next
 Pointer to the next branch.
int sub_numvars
 Number of variables.
SNMPVARsub_vars
 Pointer to the array of variables.
size_t sub_namelen
 Length of the base name.
OID sub_name [MAX_OID_LEN]
 Base name of this branch.

Detailed Description

Definition at line 57 of file snmp_mib.c.


Field Documentation

Pointer to the next branch.

Definition at line 59 of file snmp_mib.c.

Referenced by SnmpMibFind(), and SnmpMibRegister().

Number of variables.

Definition at line 61 of file snmp_mib.c.

Referenced by SnmpMibFind(), and SnmpMibRegister().

Pointer to the array of variables.

Definition at line 63 of file snmp_mib.c.

Referenced by SnmpMibFind(), and SnmpMibRegister().

Length of the base name.

Definition at line 65 of file snmp_mib.c.

Referenced by SnmpMibFind(), and SnmpMibRegister().

OID _SUBTREE::sub_name[MAX_OID_LEN]

Base name of this branch.

Definition at line 67 of file snmp_mib.c.

Referenced by SnmpMibFind(), and SnmpMibRegister().


The documentation for this struct was generated from the following file: