Protocol version code.
Namespace: Lextm.SharpSnmpLibAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
SyntaxPublic Enumeration VersionCode
Dim instance As VersionCode
public enum class VersionCode
MembersMember name | Value | Description |
---|
V1 | 0 |
SNMP v1.
|
V2 | 1 |
SNMP v2 classic.
|
V2U | 2 |
SNMP v2u is obsolete.
Obsolete |
V3 | 3 |
SNMP v3.
|
See Also