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
Members | Description |
---|---|
VENDOR_TRAP_DEFAULT = 0x0 | Default trap . Agent send use this trap when there is authentication failure. |
BUTTON_PUSH_EVENT = 0x1 | PUSH button event trap notification. |
POT_READING_MORE_512 = 0x2 | Analog POT meter event trap notification. |
Remarks
None.