C
BYTE Snmpv3GetSecurityLevel( BYTE userIndex );
Description
This routine uses authenticationa dn privacy type to find out the exact security enum type.
Preconditions
SNMPv3Init() and ProcessVariabels() are called.
Return Values
Return Values |
Description |
NO_REPORT_PRIVACY_AND_AUTH_PROVIDED |
Only Privacy and Authentication |
NO_REPORT_NO_PRIVACY_BUT_AUTH_PROVIDED |
Only Auth , no privacy and no report |
NO_REPORT_NO_PRIVACY_NO_AUTH |
No report, no Privacy and no Authentication |
Remarks
None