Enum VersionCode
- Namespace
- Lextm.SharpSnmpLib
- Assembly
- SharpSnmpLib.dll
Protocol version code.
[DataContract]
public enum VersionCode
Fields
V1 = 0
SNMP v1.
V2 = 1
SNMP v2 classic.
[Obsolete("This version of SNMP is obsolete and replaced by v3.")] V2U = 2
SNMP v2u is obsolete.
V3 = 3
SNMP v3.