SNMPVAR Struct Reference


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 50 of file snmp_mib.h.


Field Documentation

uint8_t SNMPVAR::var_magic

Internal magic identifier.

Definition at line 52 of file snmp_mib.h.

char SNMPVAR::var_type

Type of this variable.

Definition at line 54 of file snmp_mib.h.

Referenced by SnmpMibFind().

uint16_t SNMPVAR::var_acl

Access control.

Definition at line 56 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.

Referenced by SnmpMibFind().

size_t SNMPVAR::var_namelen

Number of sub-IDs in the name.

Definition at line 60 of file snmp_mib.h.

Referenced by SnmpMibFind().

OID SNMPVAR::var_name[MAX_OID_LEN]

Name (object identifier) of the variable.

Definition at line 62 of file snmp_mib.h.

Referenced by SnmpMibFind().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/