- 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.
SNMPv3/USM session. RAII via SNMPSession base destructor.