Go to the documentation of this file.
31 #ifndef _SNMP_MPD_MIB_MODULE_H
32 #define _SNMP_MPD_MIB_MODULE_H
38 #ifndef SNMP_MPD_MIB_SUPPORT
39 #define SNMP_MPD_MIB_SUPPORT DISABLED
40 #elif (SNMP_MPD_MIB_SUPPORT != ENABLED && SNMP_MPD_MIB_SUPPORT != DISABLED)
41 #error SNMP_MPD_MIB_SUPPORT parameter is not valid
45 #if (SNMP_MPD_MIB_SUPPORT == ENABLED)
46 #define SNMP_MPD_MIB_INC_COUNTER32(name, value) snmpMpdMibBase.name += value
48 #define SNMP_MPD_MIB_INC_COUNTER32(name, value)
const MibModule snmpMpdMibModule
SNMP MPD MIB module.
const MibObject snmpMpdMibObjects[]
SNMP MPD MIB objects.
uint32_t snmpUnknownPDUHandlers
Common definitions for MIB modules.
uint32_t snmpUnknownSecurityModels
SnmpMpdMibBase snmpMpdMibBase
SNMP MPD MIB base.