SNMPSession.open

Undocumented in source. Be warned that the author may not have intended to support it.
  1. SNMPSession open(const(char)* peername, const(char)* community, SNMPVersion ver)
    struct SNMPSession
    static @trusted @nogc nothrow
    open
    (
    scope const(char)* peername
    ,
    scope const(char)* community
    ,)
  2. SNMPSession open(string peername, string community, SNMPVersion ver)

Meta