snmp-d ~master (2026-03-16T21:37:25.2996459)
Dub
Repo
SNMPV3Session.open
snmp
v3
SNMPV3Session
Undocumented in source. Be warned that the author may not have intended to support it.
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
SNMPV3Session
open
(
scope
const
(
char
)*
peername
,
scope
const
(
char
)*
user
,
AuthProtocol
auth
=
AuthProtocol.sha1
,
scope
const
(
char
)*
authPass
= null
,
PrivProtocol
priv
=
PrivProtocol.none
,
scope
const
(
char
)*
privPass
= null
,
SecurityLevel
level
=
SecurityLevel.authNoPriv
)
SNMPV3Session
open
(string peername, string user, AuthProtocol auth, string authPass, PrivProtocol priv, string privPass, SecurityLevel level)
Meta
Source
See Implementation
snmp
v3
SNMPV3Session
postblits
this(this)
static functions
open
variables
base