File nut/include/pro/snmp_mib.h
Included Files
#include <nut/include/pro/asn1.h>
Preprocessor definitions
#define PRO_SNMP_VARS_H_
Typedef WMETHOD
typedef int ( WMETHOD)(int,uint8_t*,uint8_t,size_t,OID*,size_t)
Typedef SNMPVAR
typedef struct _SNMPVAR SNMPVAR
struct _SNMPVAR
{
uint8_t var_magic;
char var_type;
uint16_t var_acl;
uint8_t* (*var_get)(const struct _SNMPVAR*,OID*,size_t*,int,size_t*,WMETHOD**);
size_t var_namelen;
OID var_name[32];
}