SnmpSource Help

SnmpVersion Enumeration

The enum defines the acceptable Snmp version. Only version 1 and version 2 are support in this release. The version 3 is still in beta test. Please contact support@snmpsource.com if you need beta release for version 3 support.

public enum SnmpVersion

Members

Member Name Description
Version1 Snmp Version 1 (0)
Version2 Snmp Version 2 (1)

Requirements

Namespace: SnmpSource

Assembly: SnmpSource (in SnmpSource.dll)

See Also

SnmpSource Namespace