SNMPV3Session.open

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SNMPV3Session open(const(char)* peername, const(char)* user, AuthProtocol auth, const(char)* authPass, PrivProtocol priv, const(char)* privPass, SecurityLevel level)
    struct SNMPV3Session
    static @trusted @nogc nothrow
    open
    (
    scope const(char)* peername
    ,
    scope const(char)* user
    ,,
    scope const(char)* authPass = null
    ,,
    scope const(char)* privPass = null
    ,)
  2. SNMPV3Session open(string peername, string user, AuthProtocol auth, string authPass, PrivProtocol priv, string privPass, SecurityLevel level)

Meta