SNMPV3Session

SNMPv3/USM session. RAII via SNMPSession base destructor.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

base

Members

Static functions

open
SNMPV3Session open(string peername, string user, AuthProtocol auth, string authPass, PrivProtocol priv, string privPass, SecurityLevel level)
Undocumented in source. Be warned that the author may not have intended to support it.
open
SNMPV3Session open(const(char)* peername, const(char)* user, AuthProtocol auth, const(char)* authPass, PrivProtocol priv, const(char)* privPass, SecurityLevel level)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
SNMPSession base;
Undocumented in source.

Meta