#include <snmp_textual_conventions.h>
Public Member Functions | |
SnmpSecurityLevel (const Oidx &, mib_access, int, int) | |
virtual | ~SnmpSecurityLevel () |
virtual MibEntryPtr | clone () |
Clone the receiver object. |
A Level of Security at which SNMP messages can be sent or with which operations are being processed; in particular, one of:
noAuthNoPriv - without authentication and without privacy, authNoPriv - with authentication but without privacy, authPriv - with authentication and with privacy.
These three values are ordered such that noAuthNoPriv is less than authNoPriv and authNoPriv is less than authPriv.
SnmpSecurityLevel::SnmpSecurityLevel | ( | const Oidx & | , | |
mib_access | , | |||
int | , | |||
int | ||||
) |
virtual SnmpSecurityLevel::~SnmpSecurityLevel | ( | ) | [virtual] |
virtual MibEntryPtr SnmpSecurityLevel::clone | ( | ) | [virtual] |