Nut/OS  4.10.3
API Reference
_SNMPVAR Struct Reference

#include <snmp_mib.h>

Collaboration diagram for _SNMPVAR:

Data Fields

uint8_t var_magic
 Internal magic identifier.
char var_type
 Type of this variable.
uint16_t var_acl
 Access control.
uint8_t *(* var_get )(CONST struct _SNMPVAR *, OID *, size_t *, int, size_t *, WMETHOD **)
 Variable access funtion.
size_t var_namelen
 Number of sub-IDs in the name.
OID var_name [MAX_OID_LEN]
 Name (object identifier) of the variable.

Detailed Description

Definition at line 55 of file snmp_mib.h.


Field Documentation

Internal magic identifier.

Definition at line 57 of file snmp_mib.h.

Type of this variable.

Definition at line 59 of file snmp_mib.h.

Referenced by SnmpMibFind().

Access control.

Definition at line 61 of file snmp_mib.h.

Referenced by SnmpMibFind().

uint8_t*(* _SNMPVAR::var_get)(CONST struct _SNMPVAR *, OID *, size_t *, int, size_t *, WMETHOD **)

Variable access funtion.

Definition at line 63 of file snmp_mib.h.

Referenced by SnmpMibFind().

Number of sub-IDs in the name.

Definition at line 65 of file snmp_mib.h.

Referenced by SnmpMibFind().

OID _SNMPVAR::var_name[MAX_OID_LEN]

Name (object identifier) of the variable.

Definition at line 67 of file snmp_mib.h.

Referenced by SnmpMibFind().


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