1.2.1.19.14 SNMP_VENDOR_SPECIFIC_TRAP_NOTIFICATION_TYPE Enumeration

C

typedef enum {
VENDOR_TRAP_DEFAULT = 0x0,
BUTTON_PUSH_EVENT = 0x1,
POT_READING_MORE_512 = 0x2
} SNMP_VENDOR_SPECIFIC_TRAP_NOTIFICATION_TYPE;

Description

Enumeration: SNMP_VENDOR_SPECIFIC_TRAP_NOTIFICATION_TYPE.

List of different SNMP Vendor Notification types.

Members

MembersDescription
VENDOR_TRAP_DEFAULT = 0x0Default trap . Agent send use this trap when there is authentication failure.
BUTTON_PUSH_EVENT = 0x1PUSH button event trap notification.
POT_READING_MORE_512 = 0x2Analog POT meter event trap notification.

Remarks

None.