#include <snmp_mib.h>
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. | |
Internal magic identifier.
| char _SNMPVAR::var_type |
Type of this variable.
Referenced by SnmpMibFind().
Access control.
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.
Referenced by SnmpMibFind().
| OID _SNMPVAR::var_name[MAX_OID_LEN] |
Name (object identifier) of the variable.
Referenced by SnmpMibFind().