[AGENT++] more v3 questions

Jochen Katz katz at agentpp.com
Sun Aug 2 14:29:25 CEST 2009


Hi,

> // only for compatibility do not use these values and functions:
> // =============================================================
> 
> #define SecurityLevel_noAuthNoPriv    SNMP_SECURITY_LEVEL_NOAUTH_NOPRIV
> #define SecurityLevel_authNoPriv      SNMP_SECURITY_LEVEL_AUTH_NOPRIV
> #define SecurityLevel_authPriv        SNMP_SECURITY_LEVEL_AUTH_PRIV
> 
> It looks like I should use SecurityLevel_noAuthNoPriv and 
> NOT use SNMP_SECURITY_LEVEL_NOAUTH_NOPRIV, since
> SecurityLevel_noAuthNoPriv is documented in the Doxygen output.
> 
> Correct?

no, you should use the SNMP_SECURITY_... values.

Regards,
  Jochen



More information about the AGENTPP mailing list