5 namespace dangerous {
namespace snmp {
virtual bool isAuthenticated() const =0
TODO: THIS.
This class is the base class for all security models.
Definition: securitymodel.hpp:29
Type
This identifies the security model.
Definition: securitymodel.hpp:34
Type type() const
This returns the identifier of the security model that this instance represents.
Definition: securitymodel.hpp:49
Type _type
This is the type of security model that this particular intance represents.
Definition: securitymodel.hpp:57