Click or drag to resize

VersionCode Enumeration

Protocol version code.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.282-beta
Syntax
[DataContractAttribute]
public enum VersionCode
View Source
Members
Member nameValueDescription
V10 SNMP v1.
V21 SNMP v2 classic.
V2U2 SNMP v2u is obsolete.
Obsolete
V33 SNMP v3.

The VersionCode type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also