31#ifndef _SNMP_AGENT_TRAP_H
32#define _SNMP_AGENT_TRAP_H
39#ifndef SNMP_AGENT_TRAP_SUPPORT
40 #define SNMP_AGENT_TRAP_SUPPORT ENABLED
41#elif (SNMP_AGENT_TRAP_SUPPORT != ENABLED && SNMP_AGENT_TRAP_SUPPORT != DISABLED)
42 #error SNMP_AGENT_TRAP_SUPPORT parameter is not valid
57 uint8_t oid[SNMP_MAX_OID_SIZE];
64 const char_t *userName, uint_t genericTrapType, uint_t specificTrapCode,
68 const char_t *userName, uint_t genericTrapType, uint_t specificTrapCode,
error_t
Error codes.
Definition error.h:43
SNMP agent (Simple Network Management Protocol)
SnmpVersion
SNMP version identifiers.
Definition snmp_common.h:137
Object descriptor for trap notifications.
Definition snmp_agent_trap.h:56