SnmpVersion class

The version of the snmp protocol to use

Constructors

SnmpVersion.fromInt(int value)
Returns the corresponding SnmpVersion matched to a given integer value for encoding/decoding

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Human-friendly snmp version name
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Integer representation of the SNMP version
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

v1 → const SnmpVersion
Version 1
v2c → const SnmpVersion
Version 2c
v3 → const SnmpVersion
Version 3