The ArcSetSnmpEvtLevel method updates event level for SNMP notification.
virtual
ARC_STATUS ArcSetSnmpEvtLevel( DWORD nEvtLevel ); |
[IN]
nEvtLevel:
Value |
Meaning |
0 |
Disabled |
1 |
Urgent notification(Send Only Urgent
Event) |
2 |
Serious notification(Send Urgent And
Serious Event) |
3 |
Warning notification(Send Urgent, Serious
And Warning Event) |
4 |
Information notification(Send All Event) |
This method returns the ARC_STATUS.
Password
required if password enabled, use ArcChkPassword
member function to validate the password.