VarbindType class

The type of data contained within the Varbind

Constructors

VarbindType.fromInt(int value)
Returns a VarbindType corresponding to the provided integer value from a decoded Varbind
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Human-readable name of the Varbind type
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Integer representation of the Varbind type
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

boolean → const VarbindType
A true or false value
counter → const VarbindType
Used to specify a value which represents a count.
counter64 → const VarbindType
Similar to Counter32, except the range is now (0 to 2e64 -1).
endOfMibView → const VarbindType
Signifies the end of an SNMP "walk" or "get-next" (SNMP v2)
gauge → const VarbindType
A non-negative integer which may increase or decrease, but which holds at the maximum or minimum value specified in the range when the actual value goes over or below the range, respectively
integer → const VarbindType
A value whose range may include both positive and negative numbers
ipAddress → const VarbindType
This type is used to specify an IPv4 address as a string of 4 octets
noSuchInstance → const VarbindType
The requested instance of the object does not exist (SNMP v2)
noSuchObject → const VarbindType
NoSuchObject is returned by the agent in response to a request when the requested object does not exist in its MIB. (SNMP v2)
nullValue → const VarbindType
Typically used as a placeholder when the value is not known.
octetString → const VarbindType
Used to specify octets of binary or textual information.
oid → const VarbindType
Used to identify a type that has an assigned object identifier value
opaque → const VarbindType
Used to specify octets of binary information.
timeTicks → const VarbindType
Used to specify the elapsed time between two events, in units of hundredth of a second. Range is 0 to 2e32 - 1.
typeNames → const Map<int, String>
Map of Varbind type integer values to human-readable names